diff --git a/Makefile b/Makefile index bd539fc..9282da4 100644 --- a/Makefile +++ b/Makefile @@ -47,4 +47,4 @@ upload: $(DEBS) clean: rm -rf $(PACKAGE)-[0-9]*/ - rm -f $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes + rm -f $(PACKAGE)*.tar.* *.deb *.dsc *.build *.buildinfo *.changes