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