1 Star 0 Fork 0

Lqhhhhhh/racon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY: all clean meson cmake debug dist modules
all: meson
clean:
rm -rf build build-meson
meson: modules
@echo "[Invoking Meson]"
@mkdir -p build-meson && cd build-meson && meson --buildtype=release -Dc_args=-O3 -Dtests=true && ninja
rebuild: modules
@echo "[Running Ninja only]"
@ninja -C build-meson
cmake: modules
@echo "[Invoking CMake]"
@mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -Dracon_build_tests=ON .. && make
debug: modules
@echo "[Invoking Meson]"
@mkdir -p build-debug && cd build-debug && (meson --buildtype=debugoptimized -Db_sanitize=address -Dtests=true) && ninja
dist: release
cd build && ninja-dist
modules:
@echo "[Fetching submodules]"
@git submodule update --init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lqhhhhhh/racon.git
git@gitee.com:lqhhhhhh/racon.git
lqhhhhhh
racon
racon
master

搜索帮助