summaryrefslogtreecommitdiff
path: root/andlabs/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 16:11:54 -0600
committerJeff Carr <[email protected]>2024-01-01 16:11:54 -0600
commit36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (patch)
tree24cf9c64dd518528f30a6282e879e8e5c6136bd4 /andlabs/Makefile
move into seperate repo
Diffstat (limited to 'andlabs/Makefile')
-rw-r--r--andlabs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/andlabs/Makefile b/andlabs/Makefile
new file mode 100644
index 0000000..b839c33
--- /dev/null
+++ b/andlabs/Makefile
@@ -0,0 +1,7 @@
+all: plugin
+
+plugin:
+ GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
+
+goget:
+ GO111MODULE="off" go get -v -t -u