Create empty `Makefile` Create default `make_graph.sh` that contains: `LANG=C make -p | python3 make_p_to_json.py | python3 json_to_dot.py | dot -Tpng >| workflow.png`
Create empty
MakefileCreate default
make_graph.shthat contains:LANG=C make -p | python3 make_p_to_json.py | python3 json_to_dot.py | dot -Tpng >| workflow.png