]> git.proxmox.com Git - qemu-server.git/commitdiff
buildsys: expand clean target
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 19 May 2023 07:44:37 +0000 (09:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:06:46 +0000 (15:06 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4d32e511d75f2ab3dea1b2274088fa23163e0052..5a883c6d806f62c6578e5dfb0bccb6ffe8608391 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ upload: ${DEB}
 .PHONY: clean
 clean:
        $(MAKE) -C test $@
-       rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
+       rm -rf $(PACKAGE)-*/ *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.?z
        $(MAKE) cleanup-docgen
        find . -name '*~' -exec rm {} ';'