From bef6d6c911acacceeef8390c8e8d9d91584f7a61 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Nov 2024 09:11:11 -0600 Subject: realtime git clone. go.work paths work again --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3