]> git.proxmox.com Git - pve-firewall.git/commitdiff
buildsys: cleanup and expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 May 2023 12:42:06 +0000 (14:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 May 2023 12:42:06 +0000 (14:42 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d83dff0c4c516e8221bac2e07ea95cc273e38319..4640c016335fff8d3ba52da1190e617da57d8ee7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ distclean: clean
 clean:
        make -C src clean
        make -C test clean
-       rm -rf *~ debian/*~ example/*~ *.deb *.changes *.buildinfo $(BUILDDIR) $(PACKAGE)*.tar.gz *.dsc
+       rm -rf *.deb *.dsc *.changes *.build *.buildinfo $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar*
 
 .PHONY: upload
 upload: $(DEBS)