summaryrefslogtreecommitdiff
path: root/testGui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 17:40:08 -0600
committerJeff Carr <[email protected]>2024-12-05 17:40:08 -0600
commit5c49d0eb3dcf66cff2089d5b3ffde5101ac6cb29 (patch)
tree4f02ca32656abe1e64eb93075bc303b328346ad7 /testGui/Makefile
parent87f53b432fb9bb097c21bd3e01957d0e0b97de33 (diff)
test pluginsv0.0.9
Diffstat (limited to 'testGui/Makefile')
-rw-r--r--testGui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testGui/Makefile b/testGui/Makefile
index dbbe743..fbd43a4 100644
--- a/testGui/Makefile
+++ b/testGui/Makefile
@@ -22,7 +22,7 @@ gocui: build
./testGui --gui gocui
install:
- GO111MODULE=off go install \
+ go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
check-git-clean: