diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ remove-install-stamp: update: remove-install-stamp install serve: install - cd budget; $(PYTHON) run.py + $(PYTHON) -m budget.manage runserver test: $(DEV_STAMP) $(VENV)/bin/tox |
