[pve-devel] [PATCH apiclient] buildsys: also cleanup *.buildinfo files
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Dec 14 11:38:17 CET 2017
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5b2a1a6..9dcbdde 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ upload: ${DEB}
distclean: clean
clean:
- rm -rf ./build *.deb *.changes
+ rm -rf ./build *.deb *.changes *.buildinfo
find . -name '*~' -exec rm {} ';'
.PHONY: dinstall
--
2.11.0
More information about the pve-devel
mailing list