summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 05:03:12 -0500
committerJeff Carr <[email protected]>2025-09-25 05:03:12 -0500
commit2d5506b5fafd6eea6401ab3b253820c528882574 (patch)
tree4fe7bba9a9f5f9af57fdcb4945d9e5b0f0b964a4 /Makefile
parentfabf425958a25bc3b83104aad25cad8adbe31a89 (diff)
add bash autocompletev0.5.9v0.5.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b37cf5..3931172 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ recover:
make goimports
make build
-build:
+build: goimports vet
GO111MODULE=off go build \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
# autogen uses autogen to build. keep a working copy somewhere