]> git.proxmox.com Git - corosync-pve.git/commitdiff
build: add new build artifacts to clean target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 7 Nov 2018 13:26:36 +0000 (14:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Nov 2018 13:58:57 +0000 (14:58 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 8984abcaae587f1ae95b2a3c6ab17c5284d63912..59d33c80d53b95506957987847dc4620c4474c33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR}
+       rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR} *.debian.tar.xz
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall