diff --git a/Makefile b/Makefile index 9f36052..c3098ef 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ install_buildenv: # clear all caches, only required when changing the mirrors/architecture config clean: sudo lb clean --all - git clean -di + sudo git clean -di bump_version: @last_tag=$$(git tag | tail -n1); \