mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-08-23 23:10:09 +00:00
added simple build script
This commit is contained in:
parent
d3d92c404b
commit
93208bc292
7
build.sh
Executable file
7
build.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir -p bin
|
||||||
|
cd server
|
||||||
|
go build -o ../bin/server
|
||||||
|
cd ../
|
||||||
|
echo 'Done'
|
Loading…
x
Reference in New Issue
Block a user