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 # Removes temporary files
clean: clean:
rm -rf target cargo clean
rm -rf Tools/__pycache__
# Lints the rust source files # Lints the rust source files
lint *ARGUMENTS: lint *ARGUMENTS: