diff options
Diffstat (limited to 'toolkit/andlabs2/Makefile')
| -rw-r--r-- | toolkit/andlabs2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/andlabs2/Makefile b/toolkit/andlabs2/Makefile new file mode 100644 index 0000000..54cf7f5 --- /dev/null +++ b/toolkit/andlabs2/Makefile @@ -0,0 +1,4 @@ +all: plugin + +plugin: + GO111MODULE="off" go build -buildmode=plugin -o ../andlabs2.so |
