added specification graph for commands

This commit is contained in:
2009-02-14 21:27:04 +00:00
parent ced5a39988
commit 76794b20ef
2 changed files with 31 additions and 0 deletions

7
specifications/Makefile Normal file
View File

@ -0,0 +1,7 @@
all: commands.png
clean:
rm -f commands.png
commands.png: commands.gv
dot -Tpng -ocommands.png commands.gv