diff --git a/Makefile b/Makefile index ee0939a..fb4f3b3 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ deb: .PHONY: clean clean: - rm -rf build + rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz cargo clean