Clean .aux dir in justfile

This commit is contained in:
2026-07-02 23:34:26 +02:00
parent 43e421a1fd
commit ab3da7b971
+1 -1
View File
@@ -9,4 +9,4 @@ build:
kitty -e sh -c "cd '$DIR' && BIBINPUTS='$ROOT:' {{ LATEXMK }} '$BASE.tex'" > /dev/null 2>&1 &
clean:
find . -type d \( -name build -o -name svg-inkscape \) -exec rm -rf {} +
find . -type d \( -name build -o -name svg-inkscape -o -name .aux \) -exec rm -rf {} +