From: Thomas Lamprecht Date: Wed, 23 May 2018 09:42:10 +0000 (+0200) Subject: buildsys: also cleanup *.{deb,changes,buildinfo} files X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=9952c40c8a31d017b49b53343e6796732e79ad19 buildsys: also cleanup *.{deb,changes,buildinfo} files --- diff --git a/Makefile b/Makefile index ee4eaff..ad33eca 100644 --- a/Makefile +++ b/Makefile @@ -196,3 +196,4 @@ abi-tmp-${KVNAME}: .PHONY: clean clean: rm -rf *~ build *.prepared ${KERNEL_CFG_ORG} + rm -f *.deb *.changes *.buildinfo