From: Dietmar Maurer Date: Tue, 4 Apr 2017 07:32:59 +0000 (+0200) Subject: Makefile(clean): remove *.buildinfo X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=7ea9cb6d6286bade9ba852e5b0c4c8b46779fda2;ds=inline Makefile(clean): remove *.buildinfo --- diff --git a/Makefile b/Makefile index 4c4d72b..e916e43 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ deb ${DEB}: .PHONY: clean clean: - rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz + rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz *.buildinfo .PHONY: distclean distclean: clean