logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

makefile2graph - Creates a graph of dependencies from GNU-Make

Author

       Shaun jackmnan (@sjackman) wrote this small script.
       Pierre Lindenbaum (@yokofakun) wrote make2graph.

lindenb/makefile2graph                             2014-11-06                                  makefile2graph(1)

Description

       Creates  a  graph  of  dependencies  from  GNU-Make;  Output is a graphiz-dot file. sub-makefiles are not
       supported.

Name

       makefile2graph - Creates a graph of dependencies from GNU-Make

Options

       The options of makefile2graph are the same as make(1).

       -B, --always-make
              Show the graph as though all targets would be remade from scratch.

See Also

make2graph(1), make(1), dot(1)

Synopsis

       makefile2graph
       makefile2graph -B

See Also