diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,8 @@ current_dir = $(shell pwd) | |||
61 | 61 | ||
62 | run: all | 62 | run: all |
63 | @[ "$(BROWSER)" ] || ( echo "You need to export the environment variable 'BROWSER' to run this."; exit 1 ) | 63 | @[ "$(BROWSER)" ] || ( echo "You need to export the environment variable 'BROWSER' to run this."; exit 1 ) |
64 | $(RUN_BROWSER) $(current_dir)/rendered/en/index.html | 64 | $(RUN_BROWSER) http://0.0.0.0:8000 & |
65 | cd rendered && $(PYTHON) -m http.server | ||
65 | 66 | ||
66 | 67 | ||
67 | # docker-all: Build using a docker image which contains all the needed packages. | 68 | # docker-all: Build using a docker image which contains all the needed packages. |