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: