aboutsummaryrefslogtreecommitdiff
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 937cd02..cd04c15 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ hugo:
rm -f .hugo_build.lock
server:
- php -S 127.0.0.1:9294 -t public
+ caddy file-server --listen :9294 --root public
test:
make test-html