diff --git a/Makefile b/Makefile index 9f715cc..70e44cb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build-win: export GO111MODULE=on; \ export CGO_ENABLED=0; \ export GOPROXY=https://goproxy.cn,direct; \ - cd ${name} && go build -o ../../pkg/win/${name}.so . + cd ${name} && go build -o ../../pkg/win/${name}.so . build-linux: cd plugins; \