Skip to content

cseelye/makeviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

makeviz

This tool combines the work of remake, gprof2dot, and graphviz into a single place to create visual dependency graphs from your Makefile.

Docker Hub: https://hub.docker.com/r/cseelye/makeviz
Github: https://github.com/cseelye/makeviz

Usage

Mount your sandbox into /src in the container and it will create makeviz.png in your sandbox directory.

docker run --rm -it -v $(pwd):/src cseelye/makeviz

For convenience, add an alias to your shell profile

alias makeviz='docker run --rm -it -v $(pwd):/src cseelye/makeviz'

About

Generate visual makefile dependency graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published