summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:43:52 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:43:52 -0400
commit4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c (patch)
tree5e79e561563205356e0c53be1001703b962d918b /Makefile
parent34c71d5c91fe98276496ded1cb14362aa8028712 (diff)
Add a simple httpd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4214f28..7ee6e91 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ outs = $(patsubst public-src/%,public/%,\
$(srcs))))
all: $(outs)
all: public/3rd-party
-all: bin/cron-daily
+all: bin/cron-daily bin/httpd
.PHONY: all
NET-%: