summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f4ff95..2be2e21 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ watch: all
117 done 117 done
118 118
119serve: all 119serve: all
120 python -m http.server --directory out 8000 120 python -m http.server --bind 127.0.0.1 --directory out 8000
121 121
122dev: watch serve 122dev: watch serve
123 123