Skip to content
Snippets Groups Projects
Commit 2f275c11 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

enabling multicore installation

parent 00b29937
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ cp example.mk example/example.mk
if [ $nomake -eq 0 ]; then
make clean
make
make -j $ncore
fi
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment