chore: update makefile

This commit is contained in:
iff 2025-04-22 13:57:07 +02:00
parent 0a1b95eed2
commit e4411082bb

View file

@ -10,6 +10,9 @@ build-all:
release-all:
cargo build --release --workspace
clean:
cargo clean
test-rust:
cargo test --workspace --verbose