add 'make install' for testing
This commit is contained in:
parent
03cc26d91f
commit
ac6a348f54
6
Makefile
6
Makefile
|
@ -1,10 +1,12 @@
|
||||||
|
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
|
||||||
|
|
||||||
pluginreal:
|
install:
|
||||||
go build -v -x -buildmode=plugin -o ~/go/lib/andlabs.so
|
go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so
|
||||||
|
|
||||||
goget:
|
goget:
|
||||||
GO111MODULE="off" go get -v -t -u
|
GO111MODULE="off" go get -v -t -u
|
||||||
|
|
Loading…
Reference in New Issue