Makefile.extra: group cleanup tasks in 'clean' target, run before 'download_extra' target

This commit is contained in:
nodiscc
2020-12-05 16:17:58 +01:00
parent e47234d7ac
commit 7e70056f04
2 changed files with 18 additions and 9 deletions

View File

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