summaryrefslogtreecommitdiff
path: root/andlabs/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 00:12:59 -0600
committerJeff Carr <[email protected]>2024-01-18 00:12:59 -0600
commit0674bd89b798f7512462402817c496e8a80ac3d4 (patch)
tree2d520204b18c5cb09481b461642cb183db8bf74a /andlabs/Makefile
parenta0baba0821441d9cf38f0b33fe12fb96925c6236 (diff)
move everything into seperate repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/Makefile')
-rw-r--r--andlabs/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/andlabs/Makefile b/andlabs/Makefile
deleted file mode 100644
index 331617a..0000000
--- a/andlabs/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: plugin
-
-plugin:
- GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
-
-goget:
- GO111MODULE="off" go get -v -t -u
-
-redomod:
- rm -f go.*
- GO111MODULE= go mod init
- GO111MODULE= go mod tidy
-