minor
This commit is contained in:
parent
d14f8985e0
commit
9d965ee05a
3
Makefile
3
Makefile
|
@ -3,9 +3,10 @@ VERSION = $(shell git describe --tags)
|
||||||
all: plugin
|
all: plugin
|
||||||
|
|
||||||
plugin:
|
plugin:
|
||||||
GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
|
GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
rm -f andlabs.so
|
||||||
go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so
|
go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so
|
||||||
|
|
||||||
goget:
|
goget:
|
||||||
|
|
Loading…
Reference in New Issue