dokumente/Protokolle/Aktivitäten/Makefile

6 lines
112 B
Makefile
Raw Normal View History

2015-09-29 01:03:52 +02:00
%.pdf: %.tex
pdflatex $< && pdflatex $<
clean:
rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf *.out