]> git.proxmox.com Git - pve-http-server.git/commitdiff
buildsys: also cleanup build directory on clean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 05:23:11 +0000 (07:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 05:23:11 +0000 (07:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 46573b6f5d070c1ba6ab8bf26535713abda3a08c..af2c50ceee8ed48bd58c26249c90314311623245 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ distclean: clean
        rm -f examples/simple-demo.pem
 
 clean:
-       rm -rf ./build *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
+       rm -rf ${PACKAGE}-*/ *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall