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 51629bc..1febfad 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ watch: all
227 done 227 done
228 228
229serve: all 229serve: all
230 python -m http.server --bind 127.0.0.1 --directory out 8000 230 python -m http.server --bind 127.0.0.1 --directory out 8080
231 231
232dev: watch serve 232dev: watch serve
233 233