23 Star 35 Fork 4

mylxsw / coyotes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
管宜尧 提交于 2017-04-16 22:34 . update logger style
run:build-mac
./bin/coyotes -colorful-tty=true -debug=true
run-no-worker:build-mac
./bin/coyotes -colorful-tty=true -task-mode=false -debug=true
run-redis-230:build-mac
./bin/coyotes -colorful-tty=true -debug=true -host 192.168.1.230:6379
build-mac:
go build -o bin/coyotes *.go
build-linux:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/coyotes-linux *.go
deploy-mac:build-mac
cp ./bin/coyotes /usr/local/bin/coyotes
clean-linux:
rm -fr ./bin/coyotes-linux
clean-mac:
rm -fr ./bin/coyotes
clean:clean-linux clean-mac
include Makefile.local
Go
1
https://gitee.com/orionis/coyotes.git
git@gitee.com:orionis/coyotes.git
orionis
coyotes
coyotes
master

搜索帮助