heron_sqrt/bericht/Makefile
2014-01-13 09:08:21 +01:00

12 lines
123 B
Makefile

all: bericht
%.pdf: %.tex
latexmk -pdf $<
%.pdf: %.dot
dot -Tpdf $< > $@
bericht.pdf: graph.pdf
bericht: bericht.pdf