mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-06-22 23:10:31 +01:00
8f94d2bd39
Signed-off-by: moznion <moznion@mail.moznion.net>
20 lines
188 B
Makefile
20 lines
188 B
Makefile
check: test lint
|
|
|
|
test:
|
|
cargo test
|
|
|
|
build:
|
|
cargo build
|
|
|
|
lint:
|
|
cargo clippy
|
|
|
|
gen:
|
|
bash ./scripts/generate-code.sh
|
|
$(MAKE) fix
|
|
|
|
fix:
|
|
cargo fix --allow-dirty --allow-staged
|
|
cargo fmt
|
|
|