Clean .out dir in justfile

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