From d0aa3d5376049e431ebdda599024b7a353734dd7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 May 2023 15:26:05 +0200 Subject: [PATCH] buildsys: cleanup and expand clean target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc67e4c..1aa011b 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ sbuild: $(DSC) .PHONY: clean distclean distclean: clean clean: - rm -rf *~ *.deb *.changes ${PACKAGE}-*/ *.buildinfo *.dsc *.tar.gz + rm -rf *~ *.deb *.changes ${PACKAGE}-[0-9]*/ *.buildinfo *.build *.dsc *.tar.?z .PHONY: check check: -- 2.39.5