diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-24 22:11:43 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-24 22:11:43 +0200 |
| commit | 1d10bbc24f2ea17c534cb5f06a3875f72070aaf5 (patch) | |
| tree | 16ea139cd0fad2550dd7a79a3824901e7e9ecb53 /GNUmakefile | |
| parent | be1def901002658a9a811dfa2ac56fd40d1ef0a7 (diff) | |
| download | slimegirl.nexus-1d10bbc24f2ea17c534cb5f06a3875f72070aaf5.tar.gz | |
about
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
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 |
