From d63bd24d78841ca80cb0d6496ae89875667103ac Mon Sep 17 00:00:00 2001 From: Martin Ness Date: Tue, 29 Sep 2015 01:03:52 +0200 Subject: [PATCH] Makefile added --- Protokolle/Aktivitäten/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Protokolle/Aktivitäten/Makefile diff --git a/Protokolle/Aktivitäten/Makefile b/Protokolle/Aktivitäten/Makefile new file mode 100644 index 0000000..5dc16d8 --- /dev/null +++ b/Protokolle/Aktivitäten/Makefile @@ -0,0 +1,5 @@ +%.pdf: %.tex + pdflatex $< && pdflatex $< + +clean: + rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf *.out