Skip to content

Visualize the dependency of makefile and related files.

License

Notifications You must be signed in to change notification settings

YauhenPylAurea/makefile-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualize the dependency of makefile and related files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%