makefile2dot是用GraphViz来显示你的Makefile。
安装:
sudo apt-get istall graphviz pytho使用:
pytho makefile2dot <Makefile >out.dot或者:
pytho makefile2dot <Makefile |dot -Tpg > out.pg开源地址
https://github.com/jgauffin/griffin.editor授权协议
未知
makefile2dot是用GraphViz来显示你的Makefile。
安装:
sudo apt-get istall graphviz pytho使用:
pytho makefile2dot <Makefile >out.dot或者:
pytho makefile2dot <Makefile |dot -Tpg > out.pgmakefile2dot 是用 GraphViz 来显示你的 Makefile。 安装: sudo apt-get install graphviz python 使用: python make...


评论