initial commit
This commit is contained in:
commit
44a768a6c0
6 changed files with 278 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
SOURCE=state-machine.gv
|
||||
|
||||
png:
|
||||
dot -Tpng ${SOURCE} -ooutput.png
|
||||
|
||||
.PHONY: cpp
|
||||
cpp: venv
|
||||
./generator.py -i ${SOURCE}
|
||||
clang++ --std=c++11 *.cpp -o state_machine
|
Loading…
Add table
Add a link
Reference in a new issue