This website requires JavaScript.
Explore
Help
Register
Sign In
CPunch
/
gopenfusion
Watch
1
Star
0
Fork
0
You've already forked gopenfusion
mirror of
https://github.com/CPunch/gopenfusion.git
synced
2024-11-10 02:20:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1357de99aa
gopenfusion
/
build.sh
5 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
added simple build script
2023-03-07 00:41:26 +00:00
#!/bin/sh
mkdir -p bin
server: split LoginServer, new Server interface
2023-03-07 20:47:49 +00:00
go build -o ./bin/server
added simple build script
2023-03-07 00:41:26 +00:00
echo
'Done'
Reference in New Issue
Copy Permalink