summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 17:43:11 -0600
committerJeff Carr <[email protected]>2024-12-05 17:43:11 -0600
commit9d965ee05af4e2bc6a197eba29c8fe9fad75b5d0 (patch)
treeb9841e90977451192ea02b468281dccae700ca66
parentd14f8985e095817a41ad07eb7b09e80a50bd9e8e (diff)
minor
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02c1f06..2d44646 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,10 @@ VERSION = $(shell git describe --tags)
all: plugin
plugin:
- GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
+ GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so
install:
+ rm -f andlabs.so
go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so
goget: