From db296489568259a38bc614a1fcc4b504a2ffc983 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 21 Jun 2017 14:03:16 +0200 Subject: 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 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1