]> Cypherpunks.ru repositories - govpn.git/commitdiff
Useful make dist target
authorSergey Matveev <stargrave@stargrave.org>
Thu, 5 May 2016 08:19:04 +0000 (11:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 5 May 2016 08:19:04 +0000 (11:19 +0300)
common.mk

index bd2f3a42bbfc8e162877434ec2db7aa7dda31a50..99e1c0d1b6c9eb1247020f598b0fa2b8240ce666 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -43,3 +43,6 @@ install: all doc
 
 install-strip: install
        strip $(BINDIR)/govpn-client $(BINDIR)/govpn-server $(BINDIR)/govpn-verifier
+
+dist:
+       ./utils/makedist.sh $(VERSION)