diff --git a/Makefile b/Makefile index ed10a8acd..4ecc9bd88 100644 --- a/Makefile +++ b/Makefile @@ -56,4 +56,7 @@ unit-test: doc-test cargo test --no-fail-fast --lib --all-features --workspace test: doc-test - cargo test --no-fail-fast --all-targets --all-features --workspace \ No newline at end of file + cargo test --no-fail-fast --all-targets --all-features --workspace + +clean: + cargo clean