aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eefb19f..ba4ec36 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,11 @@ $(DEV_STAMP): $(PYTHON) dev-requirements.txt
$(VENV)/bin/pip install -Ur dev-requirements.txt
touch $(DEV_STAMP)
+remove-install-stamp:
+ rm $(INSTALL_STAMP)
+
+update: remove-install-stamp install
+
serve: install
cd budget; $(PYTHON) run.py