From 4721184398013ac30160bc5bbde5244256f15d88 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 05:08:52 -0600 Subject: attempt to embedded gocui plugin toolkit --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fcfecb..e97f825 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,14 @@ verbose: GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: goimports vet +install: goimports vet plugin GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" +plugin: + rm -f resources/*.so + cp ~/go/lib/gocui.so resources/ + goimports: reset goimports -w *.go -- cgit v1.2.3