diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 20:18:02 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 20:18:02 +0200 |
commit | 8f2f9f53b88c451d8b8cb3aa7ee4302ef4c9278d (patch) | |
tree | 1a4dbdb1d683e6f229e5a43f6373df82eca1c2bb /GNUmakefile | |
parent | 715af9e8979a344c2b35433ea612f80f3f4270bf (diff) |
Don’t daemonize
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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) |