aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index beb6221..a937a0d 100644
--- a/Makefile
+++ b/Makefile
@@ -95,4 +95,7 @@ install: all
done
$(GZIP) -9f $(DESTDIR)$(MAN1DIR)/$(MANPAGE)
-.PHONY: all clean realclean install
+release:
+ sh makerelease.sh $(VERSION)
+
+.PHONY: all clean realclean install release