aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b80529c..866377f6 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ current_dir = $(shell pwd)
61 61
62run: all 62run: 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.