summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:13:08 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:13:08 -0400
commitd6ce65cdd9e393231cb787852401d214aab40b07 (patch)
tree1e46513baa738684f15551a927f39a52ca94f71e
parenta9f3539a8609073ca4947648474a8799bff8d329 (diff)
Makefile: Don't forget to make bin/cron-daily
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88f9ae7..4214f28 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ outs = $(patsubst public-src/%,public/%,\
$(srcs))))
all: $(outs)
all: public/3rd-party
+all: bin/cron-daily
.PHONY: all
NET-%: