summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 08:10:17 -0600
committerJeff Carr <[email protected]>2025-01-13 08:10:17 -0600
commit81d6cd6b74fa4b4c94ec13bf02c5b9ac768d36d6 (patch)
tree39762e28005c29749c4cd5fc25a3556b5a6ba208 /Makefile
parent1626a2a50191ea6e0981c3e60c8791e42dec7357 (diff)
start using a common help libraryv0.0.44
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7466598..1380f9a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ recover:
make goimports
make build
-build: goimports
+build:
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