]> git.proxmox.com Git - qemu-server.git/commitdiff
make clean: also cleanup source tarball
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Sep 2019 12:59:03 +0000 (14:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Sep 2019 12:59:03 +0000 (14:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d483af1af7344b4f2e667da3fc6d79ff1d025d93..50219d60170dbbd0be189f20031298e33dc9fb34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 {} ';'