From 1b0ac760a462e4046dae51c47a312628b3ad7acb Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 23 Mar 2025 06:57:48 +0100 Subject: more specific naming for "clean" targets --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 756fe35..22c3c5f 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,9 @@ dl-arm64: @printf 'forgejo-${FJVER}-arm64:\n' @( cd fs/arm64/usr/bin && curl -#RLO -C - https://codeberg.org/forgejo/forgejo/releases/download/v${FJVER}/forgejo-${FJVER}-linux-arm64 ) -clean: - @printf 'Not clearing out the downloads, for that, use the target \033[1mclean-downloads\033[0m.\n' +clean: clean-downloads clean-builds + +clean-builds: @rm -rv ./nfpm/build/ clean-downloads: -- cgit v1.2.3