mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
把内核构建脚本单独独立成一个crate (#444)
This commit is contained in:
6
build-scripts/Makefile
Normal file
6
build-scripts/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
cargo fmt --all $(FMT_CHECK)
|
||||
|
||||
clean:
|
||||
@cargo clean
|
Reference in New Issue
Block a user