dokumente/Protokolle/Aktivitäten/Makefile
2015-09-29 01:03:52 +02:00

5 lines
112 B
Makefile

%.pdf: %.tex
pdflatex $< && pdflatex $<
clean:
rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf *.out