summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:41:05 -0500
committerJeff Carr <[email protected]>2025-09-25 01:41:05 -0500
commitbb99305225210181525b1482888a7bfddd9ff68e (patch)
treeb0a9002926514e4a519463bc0b2b4bcea27d48f5 /Makefile
parent10ccaf765b25e3712b2bde2737ae443ae68284af (diff)
new autocomplete methodv0.0.84v0.0.83v0.0.82v0.0.81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57ab3d1..c2eb5a9 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ build: goimports vet
GO111MODULE=off go build -v -x \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
-install:
+install: goimports
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"