From 17317660993a3c1b7974a37761356cbd27e3558e Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:20:16 +0400 Subject: [PATCH] add clean job in Makefile (#561) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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