dokumente/Protokolle/Aktivitäten/Makefile

6 lines
112 B
Makefile
Raw Normal View History

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