vichan/static/doc/Makefile
2023-03-29 21:49:07 -04:00

12 lines
134 B
Makefile

DOT=dot
%.png: *.gv
$(DOT) -Tpng $< -v > $@
%.svg: *.gv
$(DOT) -Tsvg $< -v > $@
.PHONY: all
all:
make timeline.svg timeline.png