Files
radius-rs/code_generator/Makefile

10 lines
61 B
Makefile

test:
cargo test
build:
cargo build
lint:
cargo clippy