We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a231d commit 4746bccCopy full SHA for 4746bcc
build_all.sh
@@ -2,6 +2,6 @@
2
3
isabelle build -vD . -P web
4
5
-# build dependency graph
6
-python bin/dependency_graph.py [A-S]*/*.thy
+# build dependency graph (ignoring Test/ and archive/ folders)
+python bin/dependency_graph.py [A-S]*/*.thy Optimizations/*/*.thy
7
dot -Tpdf -O dependencies.dot
0 commit comments