9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
// @BAKE dot -Tpng $@ -o $*.png
|
|
digraph G {
|
|
subgraph cluster_0 {
|
|
label = "Graphviz";
|
|
dot;
|
|
other_stuff;
|
|
}
|
|
}
|