Fix file-leaks in makefile

This commit is contained in:
Leonetienne 2022-08-05 21:42:46 +02:00
parent 3b511e4333
commit dce6929bdd
No known key found for this signature in database
GPG Key ID: 0297FC11AD9236EF

View File

@ -3,5 +3,5 @@ all:
bibtex main.aux
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC
rm -f kapitel/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
rm -f appendix/*.aux dexes/*.aux chapters/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files