1 Star 0 Fork 93

心*随风行 / Bifrost

forked from jc3wish / Bifrost 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 253 Bytes
一键复制 编辑 原始数据 按行查看 历史
jc3wish 提交于 2019-10-09 23:17 . build update
# Example:
# make build
# make clean
prefix=./target
.PHONY: build-all
build-all:
./build.sh init
./build.sh
build:
./build.sh
install:
./build.sh init
./build.sh install $(prefix)
init:
./build.sh init
clean:
go clean
./build.sh clean
Go
1
https://gitee.com/angelteen/Bifrost.git
git@gitee.com:angelteen/Bifrost.git
angelteen
Bifrost
Bifrost
master

搜索帮助