Makefile which uses a Docker container to generate graphviz graphs
Build docker image
make build
Create graph
make graph
By calling make graph
you would generate graphs for all *.dot
files residing in current directory.
make graph
make graph FORMAT=pdf
make graph FORMAT=png
make people.png