]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
buildsys: clean more
[pve-access-control.git] / 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