Clean .aux dir in justfile
This commit is contained in:
@@ -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 \) -exec rm -rf {} +
|
find . -type d \( -name build -o -name svg-inkscape -o -name .aux \) -exec rm -rf {} +
|
||||||
|
|||||||
Reference in New Issue
Block a user