From 64f0e0c5dbebacf677eb6e2d3677665f1531826c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 14 Mar 2020 17:04:07 +0100 Subject: [PATCH] tool: Makefile: clean: clean all untracked files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 95d95b2..fea5e91 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ install_buildenv: # clear all caches, only required when changing the mirrors/architecture config clean: sudo lb clean --purge + git clean -di bump_version: @last_tag=$$(git tag | tail -n1); \