diff options
Diffstat (limited to 'forgeConfig/Makefile')
| -rw-r--r-- | forgeConfig/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/forgeConfig/Makefile b/forgeConfig/Makefile index ddf8079..a83e4cc 100644 --- a/forgeConfig/Makefile +++ b/forgeConfig/Makefile @@ -7,6 +7,10 @@ build: ./forgeConfig FORGE_HOME=/tmp/forge ./forgeConfig +install: + GO111MODULE=off go install \ + -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + test: ./forgeConfig --list ./forgeConfig --add --gopath 'go.wit.com/apps/foo' |
