1
0
Fork 0
ethics-void/Makefile

13 lines
135 B
Makefile

.PHONY: all
all: topics.svg topics.png
%.dot: %.m4.dot
m4 $< > $@
%.svg: %.dot
dot -Tsvg $< > $@
%.png: %.dot
dot -Tpng $< > $@