diff --git a/Makefile b/Makefile index ac4c08c..cd34864 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