summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 19:08:15 -0500
committerJeff Carr <[email protected]>2025-09-11 19:08:15 -0500
commit475e72018e18757026e50c1f80d71b630461b7ec (patch)
tree8cbc6bebd3fdebca54bbd9b46ecc5ef59c093a0c /Makefile
parentaedb5a3bef4eb587e56744837f528836986e9f92 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e8ecd6..266aebb 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ build: goimports vet
GO111MODULE="off" go build -v \
-ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}"
-install:
+install: goimports
GO111MODULE="off" go install -v \
-ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}"