mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-25 00:34:48 +01:00
12 lines
99 B
Makefile
12 lines
99 B
Makefile
test:
|
|
cargo test
|
|
|
|
build:
|
|
cargo build
|
|
|
|
lint:
|
|
cargo clippy
|
|
|
|
gen:
|
|
bash ./scripts/generate_code.sh
|