From 55b5d76090dc7ef29e708a0d63bfd6b7ecf79598 Mon Sep 17 00:00:00 2001 From: cathery Date: Thu, 20 Feb 2020 03:26:15 +0300 Subject: [PATCH] Remove -j from makefile --- source/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Makefile b/source/Makefile index 1b1913f..27181d9 100644 --- a/source/Makefile +++ b/source/Makefile @@ -6,10 +6,10 @@ TOPTARGETS := all clean all: $(COMPONENTS) AppletCompanion: - $(MAKE) -C $@ -j$(nproc) + $(MAKE) -C $@ Sysmodule: - $(MAKE) -C $@ -j$(nproc) + $(MAKE) -C $@ clean: $(MAKE) -C AppletCompanion clean