From 289855140a5c103e369cb487d8ed8d1af978955a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 19 May 2022 10:50:38 +0200 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b862a5..ab072f8 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,5 @@ all: pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC) 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 *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files + rm -f kapitel/*.aux dexes/*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files