diff --git a/Makefile b/Makefile index 45ceb58..4627732 100644 --- a/Makefile +++ b/Makefile @@ -91,4 +91,5 @@ upload: $(DEB) .PHONY: clean clean: - rm -rf *.tar.* $(BUILDDIR) build/ *.deb *.dsc *.build *.buildinfo *.changes + rm -rf $(PACKAGE)-[0-9]*/ build/ + rm -f $(PACKAGE)*.tar* *.deb *.dsc *.build *.buildinfo *.changes