summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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