]> git.proxmox.com Git - pve-firewall.git/commitdiff
buildsys: correctly cleanup source tarball
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 1 Apr 2019 11:57:41 +0000 (13:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 1 Apr 2019 11:57:41 +0000 (13:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 7004229db1ac4804c038e6a32a628320d85c517e..7e99240f19ce598c899ad4d1a195071b9eaaa06f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,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 *~ debian/*~ example/*~ *.deb *.changes *.buildinfo ${BUILDDIR} ${PACKAGE}*.tar.gz *.dsc
 
 .PHONY: upload
 upload: $(DEBS)