Skip to content

Commit

Permalink
Updated Makefile for source package
Browse files Browse the repository at this point in the history
  • Loading branch information
webhat committed Aug 26, 2018
1 parent 1e1fac2 commit 3dd8c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6
1.7

0 comments on commit 3dd8c14

Please sign in to comment.