From a682f7a2fd37b1971db552711d2bce181126a2f8 Mon Sep 17 00:00:00 2001 From: Bastian Date: Sat, 27 Jan 2018 21:15:34 +0100 Subject: [PATCH] All Targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d004a33..11875dd 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) #JOBS = 1 -GLUON_MAKE := ${MAKE} V=s BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \ +GLUON_MAKE := ${MAKE} BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_BRANCH=${GLUON_BRANCH} \