This website requires JavaScript.
Explore
Help
Sign In
tl_server_2
/
game_sync
Watch
1
Star
0
Fork
You've already forked game_sync
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2ea5226a14
game_sync
/
build_sub.bat
11 lines
105 B
Batchfile
Raw
Blame
History
@
echo
off
cd
%1
go fmt
go vet
go build -v
if
%errorlevel%
neq
0
(
echo
Build failed
%1
.
pause
)
Reference in New Issue
View Git Blame
Copy Permalink