summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 18:49:22 -0600
committerJeff Carr <[email protected]>2024-12-05 18:49:22 -0600
commit439c6e3b01e7a2cf6e19b18866aab77f558ba4a4 (patch)
tree0a3d49fdfac558f480575bdb77de5a02ffe1e80d
parent19370790f863b41bb311254faaa72a992fecbfc4 (diff)
testing plugins
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 272b24a..9731627 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,10 @@ all: plugin
ldd ../gocui.so
plugin:
- GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so
+ GO111MODULE=off go build -v -work -buildmode=plugin -o gocui.so
install:
+ rm -f gocui.so
go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so
# for testing custom golang