From 7734620db49b887ae49547d6e1adef1e62812814 Mon Sep 17 00:00:00 2001 From: wahe Date: Sat, 13 Jun 2015 12:34:53 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7f8d43..f3ab844 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) -GLUON_MAKE := ${MAKE} -j 1 -C ${GLUON_BUILD_DIR} \ +GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_BRANCH=${GLUON_BRANCH}