summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b891920..a19ad83a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
include build-system/config.mk
-# All: build HTML pages in all languages and compile the
+# All: build HTML pages in all languages.
.PHONY: all
all:
./inc/update-messages
@@ -10,8 +10,8 @@ all:
.PHONY: run
run: all
- $(browser) http://0.0.0.0:8000/rendered/en &
- $(python) -m http.server
+ $(browser) http://0.0.0.0:8000/en &
+ $(python) -m http.server --directory rendered/
variant = $(opt_variant)