aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-03 22:16:57 +0000
committerng0 <ng0@n0.is>2019-11-03 22:16:57 +0000
commiteb9a71b70e39ec55bbdc8bc92447c23d87b8cab3 (patch)
tree8d32cb07f919eef601455c08c0aad519a3fbe1e2
parent23e81011af399df3619830ba95f52f719f31a670 (diff)
downloadwww-eb9a71b70e39ec55bbdc8bc92447c23d87b8cab3.tar.gz
www-eb9a71b70e39ec55bbdc8bc92447c23d87b8cab3.zip
we no longer need to check.
-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