Skip to content

Makefile graph

rubytester edited this page Jun 11, 2015 · 3 revisions

Visualize the makefile graph

Using: https://github.com/lindenb/makefile2graph

build:

git clone git@github.com:lindenb/makefile2graph.git
cd makefile2graph.git
make
cp make2graph ~/bin

run:

cd docker-selenium
make -Bnd | make2graph | dot -Tpng -o out.png
open out.png

large image from commit: 218568c55918956ff16f57bf3f2e94910ec41255 image

Clone this wiki locally