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