aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86d0650..a489d80 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,12 @@ $(RELEASE_PRODUCT): $(SOURCES)
mvn package
+.PHONY: release
+release:
+ mvn release:prepare
+ mvn release:perform
+
+
.PHONY: install
install: $(RELEASE_PRODUCT) $(MAN_PAGE)
install -d $(DESTDIR)$(datarootdir)/java