1 Star 0 Fork 0

寒月笑天/Ocelot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
TomPallister 提交于 2020-11-26 16:48 . dont need .config
NAME ?= ocelot
build:
./build.sh
build_and_run_tests:
./build.sh --target=RunTests
release:
./build.sh --target=Release
run_acceptance_tests:
./build.sh --target=RunAcceptanceTests
run_benchmarks:
./build.sh --target=RunBenchmarkTests
run_unit_tests:
./build.sh --target=RunUnitTests
release_notes:
./build.sh --target=ReleaseNotes
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inlazy/Ocelot.git
git@gitee.com:inlazy/Ocelot.git
inlazy
Ocelot
Ocelot
develop

搜索帮助