diff --git a/Makefile b/Makefile index 1099c322d..0b15abe41 100644 --- a/Makefile +++ b/Makefile @@ -308,8 +308,8 @@ release: make relup TAG=$(TAG) make cleanrel rm -rf org-$(TAG) - rm org-$(TAG)*.zip - rm org-$(TAG)*.tar.gz + rm -f org-$(TAG)*.zip + rm -f org-$(TAG)*.tar.gz make pushreleasetag TAG=$(TAG) git push -f origin maint git checkout master