mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Whoops -- I messed a calltool target
This commit is contained in:
parent
12df7a478c
commit
f117da3ea0
@ -11,7 +11,7 @@ fi
|
|||||||
|
|
||||||
mkdir -p callgraph
|
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
|
for calculation in $SUBITEMS; do
|
||||||
echo "======== $calculation"
|
echo "======== $calculation"
|
||||||
|
Loading…
Reference in New Issue
Block a user