Makefile: add yet another developer helper: real.gitclean_keep_packages to not delete already downloaded packages to economize bandwidth

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-04-23 11:58:33 -04:00
parent 75a5c2f1e6
commit 9ab5260871
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -796,3 +796,5 @@ real.clean:
cd install && rm -rf -- *
real.gitclean:
git clean -fxd
real.gitclean_keep_packages:
git clean -fxd -e "packages"