]> git.proxmox.com Git - pve-common.git/commitdiff
Makefile(clean): remove *.buildinfo
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Apr 2017 07:32:59 +0000 (09:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Apr 2017 07:32:59 +0000 (09:32 +0200)
Makefile

index 4c4d72bad9c0ea5000797ee75c74b2a03a1cc263..e916e43b87275947d9abbe5684ec4af84128c469 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ deb ${DEB}:
 
 .PHONY: clean
 clean:         
 
 .PHONY: clean
 clean:         
-       rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz
+       rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz *.buildinfo
 
 .PHONY: distclean
 distclean: clean
 
 .PHONY: distclean
 distclean: clean