From 616db3fb557866702b05f6e48e20dee795038403 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 12 Apr 2020 14:09:41 +0200 Subject: [PATCH] makefile: clean: run git clean as root (required to clean build files created by root) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \