5 lines
85 B
Makefile
5 lines
85 B
Makefile
|
all: plugin
|
||
|
|
||
|
plugin:
|
||
|
GO111MODULE="off" go build -buildmode=plugin -o ../andlabs2.so
|