diff --git a/Makefile b/Makefile index aa2f55e..7719a82 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ build-all: release-all: cargo build --release --workspace +clean: + cargo clean + test-rust: cargo test --workspace --verbose