aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64d0024..3bf1c00 100644
--- a/Makefile
+++ b/Makefile
@@ -106,12 +106,12 @@ all:
@exit
ifeq (${OS}, Darwin)
- @$(MAKE) --job 5 --no-print-directory -C ${MLX_DIR} all
+ @$(MAKE) --jobs 5 --no-print-directory -C ${MLX_DIR} all
endif
ifdef ASAN
- @$(MAKE) --job 5 --no-print-directory -C ${LFT_DIR} all ASAN=1
+ @$(MAKE) --jobs 5 --no-print-directory -C ${LFT_DIR} all ASAN=1
else
- @$(MAKE) --job 5 --no-print-directory -C ${LFT_DIR} all
+ @$(MAKE) --jobs 5 --no-print-directory -C ${LFT_DIR} all
endif
@$(MAKE) ${NAME}
#------------------------------------------------------------------------------#