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