diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 14:23:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 14:23:01 -0500 |
| commit | f17ccce7805a8b6cde4c4fe153746cd3c9f8fa1e (patch) | |
| tree | 5d9717bef567269e458d4a6e670baa7fffa4e018 /Makefile | |
| parent | 31c2a90f027cc65603dbc43066c74f5df8d05d9b (diff) | |
attempt to fix URL
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ vet: @echo this go binary package builds okay verbose: goimports vet plugin - GO111MODULE=off go build -v -x \ + GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" build: goimports vet plugin |
