Graphing the DAG generated by make?

后端 未结 2 740
一向
一向 2021-02-06 01:03

My understanding is that when make executes, it generates a DAG internally to represent all the dependencies in the project. Is there a way to get at that DAG and

2条回答
  •  甜味超标
    2021-02-06 01:07

    You should try using Makefile::GraphViz's gvmake utility to create the graphs you want

提交回复
热议问题