Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 521 Bytes

Makefile-visualizer

This script visualizes the dependency of makefile and related files.

Usage

  1. Add makefile and related files to the directory.

  2. 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

Result

result

Acknowledgement

I wish to thank kshramt for the original source code.

https://qiita.com/kshramt/items/dace8875d9686475f6cd