diff options
| author | Jeff Carr <[email protected]> | 2024-11-21 02:24:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-21 02:24:31 -0600 |
| commit | 6d4a1be367c52c70febe70479127bfc1330a7676 (patch) | |
| tree | 5c79ff160fd8b2932d0964b6ad7f3a880e9fa460 /forgeConfig/Makefile | |
| parent | 9617f8f174acc6099bf598477efb00931938d985 (diff) | |
add more config file 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' |
