From 8191bea6f1e41331dd80ca4b890fb51d3345501f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Oct 2025 14:15:59 -0500 Subject: update paths --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46d13eb..a6a13ad 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,10 @@ nocui: -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: clean - go build -buildmode=plugin -o ~/go/lib/nocui-${VERSION}.so \ + mkdir -p ~/go/lib/plugins + go build -buildmode=plugin -o ~/go/lib/plugins/nocui-${VERSION}.so \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - cd ~/go/lib && ln -f -s nocui-${VERSION}.so nocui.so + cd ~/go/lib/plugins && ln -f -s nocui-${VERSION}.so nocui.so clean: rm -f nocui nocui.so -- cgit v1.2.3