From 1d10bbc24f2ea17c534cb5f06a3875f72070aaf5 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Wed, 24 Jun 2026 22:11:43 +0200 Subject: about --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3