From a83ca26ac3380be410cd8aaceef7b6a2c7d2701a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Feb 2025 18:11:19 -0600 Subject: switch to treeInit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2f3288..46d13eb 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all:nocui.so +all: goimports nocui @#ldd nocui.so -nocui.so: +nocui: GO111MODULE=off go build -v -buildmode=plugin -o nocui.so \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3