]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/compilemod.sh
Allow user to specify number of cores
[creaToolsTools.git] / Linux / scripts / compilemod.sh
index 79131209c9f17ae5f8f380d479e3fd4fcaa96285..e970944583d0bf6fea6ad280b48ec0aeb5658c49 100644 (file)
@@ -7,8 +7,9 @@ echo "--------------------------------------in compilemod-- $2 ------------"
 echo $1
 echo $2
 echo $3
+echo $4
 
-make -j 2
+make -j $4
 
 # We don't install immediately!