tests/Misc./dot.dot
2024-12-10 20:40:17 +01:00

9 lines
139 B
Plaintext

// @BAKE dot -Tpng $@ -o $*.png
digraph G {
subgraph cluster_0 {
label = "Graphviz";
dot;
other_stuff;
}
}