minor
This commit is contained in:
parent
95598ea910
commit
0d5029b5ec
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ console: build
|
||||||
|
|
||||||
install:
|
install:
|
||||||
-rm resources/*.so
|
-rm resources/*.so
|
||||||
cp -a ~/go/src/go.wit.com/toolkits/*.so resources/
|
cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
|
||||||
GO111MODULE=off go install -v -x \
|
GO111MODULE=off go install -v -x \
|
||||||
-ldflags " \
|
-ldflags " \
|
||||||
-X main.VERSION=${VERSION}"
|
-X main.VERSION=${VERSION}"
|
||||||
|
|
Loading…
Reference in New Issue