From 1e88a708021d04beec91c3f2c6c8be9a12ca7677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 10 Mar 2017 10:50:09 +0100 Subject: [PATCH] buildsys: clean up *.buildinfo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d22d8a4..80c222a 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ download: .PHONY: clean clean: - rm -rf *~ *.deb *.changes ${ZFSDIR} ${SPLDIR} + rm -rf *~ *.deb *.changes *.buildinfo ${ZFSDIR} ${SPLDIR} .PHONY: distclean distclean: clean