Skip to content

Commit 4746bcc

Browse files
author
Mark Utting
committedMar 31, 2022
Add Optimizations/*/*.thy to the dependency graph
1 parent a7a231d commit 4746bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build_all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
isabelle build -vD . -P web
44

5-
# build dependency graph
6-
python bin/dependency_graph.py [A-S]*/*.thy
5+
# build dependency graph (ignoring Test/ and archive/ folders)
6+
python bin/dependency_graph.py [A-S]*/*.thy Optimizations/*/*.thy
77
dot -Tpdf -O dependencies.dot

0 commit comments

Comments
 (0)