From 5c49d0eb3dcf66cff2089d5b3ffde5101ac6cb29 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 17:40:08 -0600 Subject: test plugins --- testGui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testGui/Makefile') 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: -- cgit v1.2.3