This script visualizes the dependency of makefile and related files.
-
Add makefile and related files to the directory.
-
You can generate makefile dependency graph as follows:
LANG=C make -p | python3 make_p_to_json.py | python3 json_to_dot.py | dot -Tpdf >| workflow.pdf
I wish to thank kshramt for the original source code.