From 2847ca2ccd9bcdf412107d2e5885389c5d855283 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 7 May 2023 14:23:56 +0200 Subject: [PATCH] buildsys: expand clean target Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5145d66..21c711a 100644 --- a/Makefile +++ b/Makefile @@ -83,8 +83,7 @@ upload: $(DEBS) .PHONY: clean distclean: clean clean: - rm -rf *.deb *.changes *.dsc *.buildinfo $(BUILDDIR) - find . -name '*~' -exec rm () ';' + rm -rf *.deb *.changes *.dsc *.buildinfo *.build $(PACKAGE)-[0-9]*/ *.tar.?z .PHONY: dinstall dinstall: $(DEBS) -- 2.39.2