summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 09:11:11 -0600
committerJeff Carr <[email protected]>2024-11-15 09:11:11 -0600
commitbef6d6c911acacceeef8390c8e8d9d91584f7a61 (patch)
tree68788a646f150aacf4c6861e05c31e111c712c70 /Makefile
parentdcf9f72264f99babcddd8f2ece3ce88b11966032 (diff)
realtime git clone. go.work paths work again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee24d40..fad107c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,8 @@ build-go-1.21:
@# GO111MODULE=off go build -v -ldflags "-X main.GUIVERSION=${VERSION}"
install:
- GO111MODULE="off" go install -v
+ GO111MODULE=off go install -v \
+ -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}"
goimports:
goimports -w *.go