add 'make install' for testing
This commit is contained in:
parent
bb3802857b
commit
39eb2e5210
3
Makefile
3
Makefile
|
@ -6,6 +6,9 @@ all: plugin
|
||||||
plugin:
|
plugin:
|
||||||
GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so
|
GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so
|
||||||
|
|
||||||
|
install:
|
||||||
|
go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so
|
||||||
|
|
||||||
# for testing custom golang
|
# for testing custom golang
|
||||||
custom:
|
custom:
|
||||||
# GO111MODULE=off go build -v
|
# GO111MODULE=off go build -v
|
||||||
|
|
Loading…
Reference in New Issue