Makefile(clean): remove *.buildinfo

This commit is contained in:
Dietmar Maurer 2017-04-04 09:32:59 +02:00
parent ccf60d3bb8
commit 7ea9cb6d62

View File

@ -34,7 +34,7 @@ deb ${DEB}:
.PHONY: clean
clean:
rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz
rm -rf *~ *.deb *.changes build ${PACKAGE}-*.tar.gz *.buildinfo
.PHONY: distclean
distclean: clean