From: Thomas Lamprecht Date: Thu, 14 Dec 2017 10:38:17 +0000 (+0100) Subject: buildsys: also cleanup *.buildinfo files X-Git-Url: https://git.proxmox.com/?p=pve-apiclient.git;a=commitdiff_plain;h=9c6d72b1b764197edb7ce7eda9e571f5c2ef8c4e;ds=sidebyside buildsys: also cleanup *.buildinfo files Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index a53f8cb..799722a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ upload: ${DEB} distclean: clean clean: - rm -rf ./build *.deb *.changes + rm -rf ./build *.deb *.changes *.buildinfo find . -name '*~' -exec rm {} ';' .PHONY: dinstall