aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b891920..a3bd45c8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ all:
10 10
11.PHONY: run 11.PHONY: run
12run: all 12run: all
13 $(browser) http://0.0.0.0:8000/rendered/en & 13 $(browser) http://0.0.0.0:8000/en &
14 $(python) -m http.server 14 $(python) -m http.server --directory rendered/
15 15
16variant = $(opt_variant) 16variant = $(opt_variant)
17 17