]> git.proxmox.com Git - corosync-pve.git/blobdiff - Makefile
build: add new build artifacts to clean target
[corosync-pve.git] / 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