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