aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 449c6f6..e5da114 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ build: $(patsubst src/%.md, out/%.html, $(shell find src -type f)) \
serve:
xdg-open http://localhost:8000/
- python3 -m http.server -d out/
+ python3 -m http.server -b localhost -d out/
watch:
find . -type f ! -path "./out/*" | entr make build