Skip to content

Instantly share code, notes, and snippets.

@mario-chaves
mario-chaves / Makefile
Created December 16, 2015 12:10
Makefile for create a simple django project
# wget --output-document=Makefile https://goo.gl/UMTpZ1
# make setup
# Colors
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`
venv:
@echo "${green}>>> Creating virtualenv${reset}"