diff --git a/Makefile b/Makefile index a53f8cb..799722a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ upload: ${DEB} distclean: clean clean: - rm -rf ./build *.deb *.changes + rm -rf ./build *.deb *.changes *.buildinfo find . -name '*~' -exec rm {} ';' .PHONY: dinstall