From dce6929bdd0e6fa855aed8c76e629188bc375615 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 5 Aug 2022 21:42:46 +0200 Subject: [PATCH] Fix file-leaks in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f982ba5..0edf75b 100644 --- a/Makefile +++ b/Makefile @@ -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