MANAGE_PY = python manage.py default: all all: run: $(MANAGE_PY) runserver shell: $(MANAGE_PY) shell test: $(MANAGE_PY) test example accounts site news resetdb: rm -f xnet/db.sqlite $(MANAGE_PY) syncdb --noinput