diff --git a/script/benchmark b/script/benchmark index 84225d05..e24c6b58 100755 --- a/script/benchmark +++ b/script/benchmark @@ -60,7 +60,7 @@ done if [[ -n "$run_scan_build" ]]; then . script/util/scan-build.sh - scan_build make -j2 $target + scan_build make -j2 benchmarks else make -j2 benchmarks fi