Skip to content

Instantly share code, notes, and snippets.

@aammd
Created December 16, 2014 20:25
Show Gist options
  • Save aammd/d9f4f5295ccd909a3415 to your computer and use it in GitHub Desktop.
Save aammd/d9f4f5295ccd909a3415 to your computer and use it in GitHub Desktop.
Graphing a makefile: make2graph and circo
make -Bnd | make2graph -s | circo -Tpng -o out_circ.png
@kbroman
Copy link

kbroman commented Dec 17, 2014

Is this the make2graph tool? https://github.com/lindenb/makefile2graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment