diff --git a/Makefile b/Makefile index 4c4d72b..e916e43 100644 --- a/Makefile +++ b/Makefile @@ -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