added specification graph for commands
This commit is contained in:
7
specifications/Makefile
Normal file
7
specifications/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all: commands.png
|
||||
|
||||
clean:
|
||||
rm -f commands.png
|
||||
|
||||
commands.png: commands.gv
|
||||
dot -Tpng -ocommands.png commands.gv
|
Reference in New Issue
Block a user