From: Thomas Lamprecht Date: Fri, 15 May 2020 17:53:19 +0000 (+0200) Subject: make clean: clean more X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=c69fdfe998df19ddaccde680d23c0741cb7f44ed make clean: clean more Signed-off-by: Thomas Lamprecht --- 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}