diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:43:52 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:43:52 -0400 |
commit | 4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c (patch) | |
tree | 5e79e561563205356e0c53be1001703b962d918b /Makefile | |
parent | 34c71d5c91fe98276496ded1cb14362aa8028712 (diff) |
Add a simple httpd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-%: |