summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-21 14:23:01 -0500
committerJeff Carr <[email protected]>2025-08-21 14:23:01 -0500
commitf17ccce7805a8b6cde4c4fe153746cd3c9f8fa1e (patch)
tree5d9717bef567269e458d4a6e670baa7fffa4e018 /Makefile
parent31c2a90f027cc65603dbc43066c74f5df8d05d9b (diff)
attempt to fix URL
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48b4d69..6d9276f 100644
--- a/Makefile
+++ b/Makefile
@@ -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