From 358261a82bbc24ffdbe88ded3025e2cc21a3072f Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 10 Feb 2020 20:06:19 +0100 Subject: changes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22a5a05..e7bebbd 100644 --- a/Makefile +++ b/Makefile @@ -114,12 +114,12 @@ all: @exit ifeq (${OS}, Darwin) - @$(MAKE) --jobs 5 --no-print-directory -C ${MLX_DIR} all + @$(MAKE) --no-print-directory -C ${MLX_DIR} all endif ifdef ASAN - @$(MAKE) --jobs 5 --no-print-directory -C ${LFT_DIR} all ASAN=1 + @$(MAKE) --no-print-directory -C ${LFT_DIR} all ASAN=1 else - @$(MAKE) --jobs 5 --no-print-directory -C ${LFT_DIR} all + @$(MAKE) --no-print-directory -C ${LFT_DIR} all endif @$(MAKE) ${NAME} #------------------------------------------------------------------------------# -- cgit v1.2.3