summaryrefslogtreecommitdiffhomepage
path: root/digital/io/doc/makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-03-03 22:24:30 +0100
committerNélio Laranjeiro2008-03-03 22:24:30 +0100
commit77b5f52e3abf2f40b86e15fe22f73d06fd2b53a0 (patch)
treed01665cc4bcf614fcbdeafb3ff09e048723d46fa /digital/io/doc/makefile
parent2104cfdea2b4e3cb719d454f73e90f9b7be7fafb (diff)
Added the sub State machines of the AI.
Diffstat (limited to 'digital/io/doc/makefile')
-rw-r--r--digital/io/doc/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/digital/io/doc/makefile b/digital/io/doc/makefile
index 3afed9d0..e0213364 100644
--- a/digital/io/doc/makefile
+++ b/digital/io/doc/makefile
@@ -1,2 +1,5 @@
-fsm : mainFsm.dot
+fsm : mainFsm.dot chargeBall.dot getSamplesFsm.dot chuteFsm.dot
dot -Tpng -o mainFsm.png mainFsm.dot
+ dot -Tpng -o chargeBall.png chargeBall.dot
+ dot -Tpng -o getSamplesFsm.png getSamplesFsm.dot
+ dot -Tpng -o chuteFsm.png chuteFsm.dot \ No newline at end of file