summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-20 21:48:17 +0100
committerVolpeon <git@volpeon.ink>2023-02-20 21:48:17 +0100
commit301165b3da8cb2675a7dc6162d7e1d42eb4d2bd1 (patch)
tree1d7beece1532000612de29f84be046e0dc65ead1 /Makefile
parentFix (diff)
downloadvolpeon.ink-301165b3da8cb2675a7dc6162d7e1d42eb4d2bd1.tar.gz
volpeon.ink-301165b3da8cb2675a7dc6162d7e1d42eb4d2bd1.tar.bz2
volpeon.ink-301165b3da8cb2675a7dc6162d7e1d42eb4d2bd1.zip
Update
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