aboutsummaryrefslogtreecommitdiff
path: root/cmd/mt-multiserver-proxy
diff options
context:
space:
mode:
authorEdzell <derz@elidragon.com>2022-04-20 19:56:29 +0200
committerEdzell <derz@elidragon.com>2022-04-20 19:56:29 +0200
commite149881daaea52551e81f2daeedd7dbb37acb915 (patch)
tree2ff3838fd452e795846e78e64cf5e8e7760781a3 /cmd/mt-multiserver-proxy
parentd0f0abe81231c9adc5eb31ea607a94a9e73bcdbe (diff)
build.sh
Diffstat (limited to 'cmd/mt-multiserver-proxy')
-rwxr-xr-xcmd/mt-multiserver-proxy/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/mt-multiserver-proxy/build.sh b/cmd/mt-multiserver-proxy/build.sh
new file mode 100755
index 0000000..c0f039a
--- /dev/null
+++ b/cmd/mt-multiserver-proxy/build.sh
@@ -0,0 +1,4 @@
+cd ../..
+go build .
+cd cmd/mt-multiserver-proxy
+go build .