]> git.proxmox.com Git - pve-access-control.git/commitdiff
buildsys: clean more
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Jun 2021 12:43:44 +0000 (14:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Jun 2021 12:43:44 +0000 (14:43 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 58bc411f1616bcc064aef6dc150dd026472d2104..77ae3f19a825cbf3b55527e592fb629b86ee03af 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ upload: ${DEB}
 
 .PHONY: clean
 clean:
-       rm -rf ${BUILDDIR} *.deb *.buildinfo *.changes ${PACKAGE}*.tar.gz *.dsc
+       rm -rf ${PACKAGE}-*/ *.deb *.buildinfo *.changes ${PACKAGE}*.tar.gz *.dsc
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean