From 96b72979a116cb14974645514920e43eeebd4e0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 03:18:27 -0600 Subject: almost, maybe, fully automated. maybe. finally. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd9f9fd..1dba7ad 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,13 @@ build: echo "build it!" -rm resources/*.so -mkdir resources/ - cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ + cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: -rm resources/*.so - cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ + cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3