From: Thomas Lamprecht Date: Mon, 1 Apr 2019 11:57:41 +0000 (+0200) Subject: buildsys: correctly cleanup source tarball X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=115b38dc46c3dd275f43959415aee6d79ea0381c buildsys: correctly cleanup source tarball Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 7004229..7e99240 100644 --- 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)