From f50157eae0e472e64f7588b7acf770ff15009c12 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:38:03 +0200 Subject: [PATCH] Updated justfile --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/justfile b/justfile index a3b4dd3..a6550c9 100644 --- a/justfile +++ b/justfile @@ -10,8 +10,7 @@ build *ARGUMENTS: # Removes temporary files clean: - rm -rf target - rm -rf Tools/__pycache__ + cargo clean # Lints the rust source files lint *ARGUMENTS: