Skip to content

Commit

Permalink
Optional Makefile jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji authored Jul 6, 2017
1 parent 4210f67 commit 965fc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CC="cc -O2 -Wall -Wno-deprecated-declarations -Wno-unused-result"
STRIP="strip"
INSTALL_DEPENDENCIES=1
STATIC_BUILD=1
JOBS=$(nproc)
JOBS=${JOBS:-1}

while [ $1 ]; do
case $1 in
Expand Down

0 comments on commit 965fc96

Please sign in to comment.