diff --git a/src/runtime/c/setup.sh b/src/runtime/c/setup.sh index d77bf6873..fdc8f7aec 100644 --- a/src/runtime/c/setup.sh +++ b/src/runtime/c/setup.sh @@ -11,7 +11,7 @@ case "$command" in ./configure "$@" ;; build) - make "$@" + make -j "$@" ;; copy|install) make install "$@"