git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-03-23 06:57:48 +0100
committermail_redacted_for_web 2025-03-23 06:57:48 +0100
commit1b0ac760a462e4046dae51c47a312628b3ad7acb (patch)
tree1ee52961dc4015c8b6b6c78e2fb29a4b36bc3136
parent3390ea0d3f8aa508a2ca5017ec7df7d3ae6ad503 (diff)
downloadforgejo-lirion-1b0ac760a462e4046dae51c47a312628b3ad7acb.tar.bz2
more specific naming for "clean" targetsHEADmaster
-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: