diff options
-rwxr-xr-x | cmd/mt-multiserver-proxy/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mt-multiserver-proxy/build.sh b/cmd/mt-multiserver-proxy/build.sh index c0f039a..dd49510 100755 --- a/cmd/mt-multiserver-proxy/build.sh +++ b/cmd/mt-multiserver-proxy/build.sh @@ -1,4 +1,4 @@ cd ../.. -go build . +go build cd cmd/mt-multiserver-proxy -go build . +go build |