diff --git a/Makefile b/Makefile index d8afe74..5053191 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ console: build install: -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 \ -ldflags " \ -X main.VERSION=${VERSION}"