diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:13:08 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:13:08 -0400 |
commit | d6ce65cdd9e393231cb787852401d214aab40b07 (patch) | |
tree | 1e46513baa738684f15551a927f39a52ca94f71e | |
parent | a9f3539a8609073ca4947648474a8799bff8d329 (diff) |
Makefile: Don't forget to make bin/cron-daily
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ outs = $(patsubst public-src/%,public/%,\ $(srcs)))) all: $(outs) all: public/3rd-party +all: bin/cron-daily .PHONY: all NET-%: |