From 83b0b7d185adb0aba1c36cd29999f5ad925f07eb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Dec 2020 16:39:10 +0100 Subject: [PATCH] buildsys: clean more Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ea60be..299abbc 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ${DSC}: ${BUILDDIR} .PHONY: clean distclean distclean: clean clean: - rm -rf *~ *.deb *.changes ${BUILDDIR} *.buildinfo *.dsc *.tar.gz + rm -rf *~ *.deb *.changes ${PACKAGE}-*/ *.buildinfo *.dsc *.tar.gz .PHONY: check check: -- 2.39.2