summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-16 20:18:02 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-16 20:18:02 +0200
commit8f2f9f53b88c451d8b8cb3aa7ee4302ef4c9278d (patch)
tree1a4dbdb1d683e6f229e5a43f6373df82eca1c2bb
parent715af9e8979a344c2b35433ea612f80f3f4270bf (diff)
Don’t daemonizeHEADmaster
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 834f24c..2bb4439 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -23,4 +23,4 @@ clean:
find . -name '*.html' -delete
serve:
- darkhttpd src --daemon --port $(PORT)
+ darkhttpd src --port $(PORT)