把内核构建脚本单独独立成一个crate (#444)

This commit is contained in:
LoGin
2023-11-17 11:26:26 +08:00
committed by GitHub
parent a0c98cd4df
commit e26ca418df
15 changed files with 374 additions and 180 deletions

6
build-scripts/Makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: fmt
fmt:
cargo fmt --all $(FMT_CHECK)
clean:
@cargo clean