Files
pva2pva/documentation/Makefile
Michael Davidsaver ee6442ec90 start doc
2015-09-09 17:02:27 -04:00

9 lines
79 B
Makefile

all: structs.png
%.png: %.dot
dot -o $@ -Tpng $<
clean:
rm -f structs.png