diff --git a/Makefile b/Makefile index 2507eb9..ae4240e 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ else GLUON_BRANCH := experimental endif -#JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) -JOBS ?= 1 +JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \