Added 'Misc./dot.dot'

This commit is contained in:
anon 2024-12-10 20:39:02 +01:00
parent 96bd140dff
commit 3a4c4b30d1

8
Misc./dot.dot Normal file
View File

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