Whoops -- I messed a calltool target

This commit is contained in:
Nick Mathewson 2017-09-07 11:03:22 -04:00
parent 12df7a478c
commit f117da3ea0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
mkdir -p callgraph
SUBITEMS="fn_invgraph fn_scc fn_scc_weaklinks module_graph module_invgraph module_scc module_scc_weaklinks"
SUBITEMS="fn_graph fn_invgraph fn_scc fn_scc_weaklinks module_graph module_invgraph module_scc module_scc_weaklinks"
for calculation in $SUBITEMS; do
echo "======== $calculation"