]> git.proxmox.com Git - spiceterm.git/commitdiff
buildsys: ensure that old build dirs get cleaned up too
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 15:53:43 +0000 (17:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 15:53:43 +0000 (17:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a306407e966434f19cf20936eb9629b49eaafa74..471a9ae3e7f2aaa80905dfe9ae0380f43532efbf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,4 +39,4 @@ upload: ${DEB}
 .PHONY: distclean clean
 distclean: clean
 clean:
-       rm -rf *~ $(BUILDDIR) *.deb *.changes genfont *.buildinfo *.dsc *.tar.gz
+       rm -rf *~ $(PACKAGE)-*/ *.deb *.changes genfont *.buildinfo *.dsc *.tar.gz