From d6ce65cdd9e393231cb787852401d214aab40b07 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 21 May 2025 17:13:08 -0400 Subject: Makefile: Don't forget to make bin/cron-daily --- Makefile | 1 + 1 file changed, 1 insertion(+) 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-%: -- cgit v1.2.3-54-g00ecf