graphs nu erbij
[tt2015.git] / a3 / Makefile
index 257168f..edd4af0 100644 (file)
@@ -8,6 +8,10 @@ SOURCES:=$(filter-out preamble.tex,$(shell ls *.tex))
 
 all: $(DOCUMENT).pdf
 
+graphs:
+       dot -Teps arch.dot > arch.eps
+
+
 %.pdf: %.dvi
        dvipdfm $<