diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index caf2d849b..ced9a8a3b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -66,6 +66,8 @@ tar: clean tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) + +tag: git tag $(VERSION) # rules to build a distributable rpm |