From 3dd8c14e346820311b9c3fd979823a37df082f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20W=2E=20Crompton?= Date: Sun, 26 Aug 2018 23:04:01 +0200 Subject: [PATCH] Updated Makefile for source package --- Makefile | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2d1056..939791b 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ release: all git-tag tar jcf ${PROGNAME}-`cat VERSION`.tar.bz2 ${PROGNAME}-`cat VERSION` rm -rf ${PROGNAME}-`cat VERSION` +src: + tar jcf ${PROGNAME}-src-`cat VERSION`.tar.bz2 *go README.md LICENSE Makefile VERSION modbustcpd + git-tag: bump git tag `cat VERSION` git push --tags diff --git a/VERSION b/VERSION index 810ee4e..d3bdbdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6 +1.7