leftypol_vichan/static/doc/Makefile

10 lines
121 B
Makefile

%.png: *.gv
dot -Tpng $< -v -o $@
%.svg: *.gv
dot -Tsvg $< -v -o $@
.PHONY: all
all:
make timeline.svg timeline.png