Files
radius-rs/code_generator/Makefile
T

10 lines
61 B
Makefile

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