aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index fed32c07..3f8f1d56 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -70,7 +70,9 @@ dist: $(TAR_FILE)
# We invoke make recursively only to force ordering of our phony
# targets in the case of parallel invocation of make (-j).
.PHONY: release
-release: release-verify-newer
+release:
+ $(MAKE) test
+ $(MAKE) release-verify-newer
$(MAKE) release-upload
@echo "Please send a release announcement as follows:"
@echo ""