mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-25 01:54:47 +01:00
14 lines
117 B
Makefile
14 lines
117 B
Makefile
check: test lint
|
|
|
|
test:
|
|
cargo test
|
|
|
|
build:
|
|
cargo build
|
|
|
|
lint:
|
|
cargo clippy
|
|
|
|
gen:
|
|
bash ./scripts/generate-code.sh
|