aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bdb76591..ae6d9006 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -96,7 +96,6 @@ it: template
96current_dir = $(shell pwd) 96current_dir = $(shell pwd)
97 97
98run: all 98run: all
99 @[ "$(BROWSER)" ] || ( echo "You need to export the environment variable 'BROWSER' to run this."; exit 1 )
100 $(browser) http://0.0.0.0:8000 & 99 $(browser) http://0.0.0.0:8000 &
101 cd rendered && $(PYTHON) -m http.server 100 cd rendered && $(PYTHON) -m http.server
102 101