aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-06-21 14:03:16 +0200
committerGitHub <noreply@github.com>2017-06-21 14:03:16 +0200
commitdb296489568259a38bc614a1fcc4b504a2ffc983 (patch)
tree086d5431ffd9c310954593ed837f4632b5aa4a1d /Makefile
parent93235cfc507e60898cf92252d5aa11360d0b8cf6 (diff)
downloadihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.zip
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.gz
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.bz2
Re-organize the documentation (#223)
* Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211
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