tool: Makefile: clean: clean all untracked files

This commit is contained in:
nodiscc
2020-03-14 17:04:07 +01:00
parent 470b318d52
commit 64f0e0c5db

View File

@@ -15,6 +15,7 @@ install_buildenv:
# clear all caches, only required when changing the mirrors/architecture config # clear all caches, only required when changing the mirrors/architecture config
clean: clean:
sudo lb clean --purge sudo lb clean --purge
git clean -di
bump_version: bump_version:
@last_tag=$$(git tag | tail -n1); \ @last_tag=$$(git tag | tail -n1); \