Files
radius-rs/Makefile
2020-12-10 01:31:09 +09:00

14 lines
117 B
Makefile

check: test lint
test:
cargo test
build:
cargo build
lint:
cargo clippy
gen:
bash ./scripts/generate-code.sh