PYTHON ?= python RM ?= rm -f all: $(PYTHON) manage.py syncdb --noinput clean: $(RM) db.sqlite .PHONY: all clean