summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 16:28:36 -0600
committerJeff Carr <[email protected]>2024-02-01 16:28:36 -0600
commitfea47363e00f9c02497108484500ad40a88f466c (patch)
tree453f630621770c58794df4b0ce833f5f608bd5b0
parent12bfdd93daf7c9ebfcb327017c2a584dcb09be9e (diff)
releases finally workv0.19.2
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f910d9f..f09e2fc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ all: plugin
plugin:
GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
+pluginreal:
+ go build -v -x -buildmode=plugin -o ~/go/lib/andlabs.so
+
goget:
GO111MODULE="off" go get -v -t -u