Feature: Adds support for --version

Resolves: #24
This commit is contained in:
kenjones
2017-09-23 00:45:31 -04:00
parent 6980be3800
commit 72bd88cfa5
7 changed files with 137 additions and 3 deletions

View File

@@ -3,5 +3,5 @@
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
# at https://github.com/inconshreveable/gonative
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
gox -ldflags "${LDFLAGS}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"