'make -j2' might make problems for some compilers, make is just fine for deployment

This commit is contained in:
Volker Fischer 2019-05-18 08:49:40 +02:00
parent fa0f122638
commit 2f94057e44
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cd ..
make distclean
qmake Jamulus.pro
make -j2
make
make dist
mkdir -p deploy