diff options
author | Riley <49880817+DerZombiiie@users.noreply.github.com> | 2022-04-21 11:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 11:46:31 +0200 |
commit | d3fb7dee3c1788e3eede83381cc41bcdc1adbb40 (patch) | |
tree | ab8fbe4369a8e7d3712fee9d689bd5181d59978d /cmd | |
parent | 9d5ed877255a2e71e62dacbd3eb082b725cf44ee (diff) |
Update build.sh
Diffstat (limited to 'cmd')
-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 |