Fix issue with new make

This commit is contained in:
Thomas Forgione 2023-03-06 09:40:52 +01:00
parent 82d919d9d6
commit 3c065b7f61
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else
fi
# Parallel conpilation with make
export MAKEFLAGS="+j`nproc`"
export MAKEFLAGS="-j`nproc`"
# I want clang as default compiler if it exists
command -v clang > /dev/null 2>&1