6 lines
61 B
Makefile
6 lines
61 B
Makefile
%.pdf: %.svg
|
|
convert $< $@
|
|
|
|
%.pdf: %.dot
|
|
dot -Tpdf $< > $@
|