git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files 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: