Sign inSign up

cseelye/makeviz

By cseelye

Updated over 6 years ago

Generate visual makefile dependency graphs

Image
0

195

cseelye/makeviz repository overview

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'

Tag summary

Content type

Image

Digest

Size

201.6 MB

Last updated

over 6 years ago

docker pull cseelye/makeviz