Update build.sh to build new tool: csctl

pull/98/merge
Doflatango 2018-03-08 15:16:12 +08:00
parent 5fc21c2f7c
commit 3c337b196c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ go build -o ./$out/cronnode ./bin/node/server.go
check_code
go build -o ./$out/cronweb ./bin/web/server.go
check_code
go build -o ./$out/csctl ./bin/csctl/cmd.go
check_code
sources=`find ./conf/files -name "*.json.sample"`
check_code