5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-26 10:03:51 +03:00

make clean: also cleanup source tarball

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-09-25 14:59:03 +02:00
parent 7e7ec468a0
commit 2135fcdb36

View File

@ -109,7 +109,7 @@ upload: ${DEB}
.PHONY: clean
clean:
$(MAKE) cleanup-docgen
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
find . -name '*~' -exec rm {} ';'