]> git.proxmox.com Git - pve-zsync.git/commitdiff
clean target update
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Mar 2017 14:42:17 +0000 (15:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Mar 2017 14:42:33 +0000 (15:42 +0100)
Makefile

index 9327d5e88b7cb2fa4b2b095fb7e1c87d72077967..14c662e6d1be0d8003041907477baa92bb1c868f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ ${DEB}:
 
 .PHONY: clean
 clean:
-       rm -rf debian *.deb ${PACKAGE}-*.tar.gz dist *.8.man *.8.gz
+       rm -rf debian *.deb ${PACKAGE}-*.tar.gz dist *.8.man *.8.gz *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean