summaryrefslogtreecommitdiff
path: root/taler-build/update_exchange.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/update_exchange.sh')
-rwxr-xr-xtaler-build/update_exchange.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 2956ba8..e2ae82d 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -26,8 +26,7 @@ else
--enable-logging=verbose
fi
-make
-make install
+make install -j4
if test ${1:-notgiven} = "--coverage"; then
TOP=$(pwd)