]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
buildsys: extend clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 09:47:00 +0000 (11:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 09:47:00 +0000 (11:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index be8665426d56220111a767585ce047c9718cc6ce..b9cd2c2b7966aa9c5e08f26529ef666174dc7ab2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ upload: $(DEBS)
 distclean: clean
 clean:
        $(MAKE) -C src clean
-       rm -rf $(BUILDDIR) $(BUILDDIR).tmp *.tar.gz *.dsc *.deb *.changes *.buildinfo
+       rm -rf $(PACKAGE)-[0-9]*/ *.tar.* *.dsc *.deb *.changes *.buildinfo *.build
 
 .PHONY: dinstall
 dinstall: $(DEBS)