Updated justfile

This commit is contained in:
ElBe 2023-09-14 19:38:03 +02:00
parent 4e8f910351
commit f50157eae0

View File

@ -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: