加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mingyuan 提交于 2024-08-05 22:23 . update docs for master
SHELL := /bin/bash
init:
git submodule update --init --recursive --progress
bump:
git submodule foreach git stash
git submodule update --remote
git add dependencies
bsp:
./mill -i mill.bsp.BSP/install
idea:
./mill -i -j 0 mill.idea.GenIdea/idea
compile:
./mill -i -j 0 __.compile
test:
./mill -i ventus[6.4.0].tests.testOnly play.AdvancedTest 2>&1 | tee test_run_dir/test.log
verilog:
./mill ventus.run
clean:
rm -rf out/ test_run_dir/ .idea/
clean-git:
git clean -fd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化