From c69fdfe998df19ddaccde680d23c0741cb7f44ed Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 15 May 2020 19:53:19 +0200 Subject: [PATCH] make clean: clean more Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85140ac..e58f45e 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ dinstall: ${DEB} .PHONY: clean clean: - rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z + rm -rf ${PACKAGE}-*/ ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z .PHONY: upload upload: ${DEB} -- 2.39.2