summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile
index ad201cbf0..d509c35c4 100644
--- a/perl-install/install/Makefile
+++ b/perl-install/install/Makefile
@@ -26,6 +26,8 @@ tar:
tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
rm -rf $(PRODUCT)-$(VERSION)
$(info $(PRODUCT)-$(VERSION).tar.xz is ready)
+
+tag:
git tag $(VERSION)
install: