From d6445c6ff81ca9bc030ecedfc17f3c838fa6a6bd Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 13 Oct 2023 07:06:04 -0300 Subject: [PATCH] multicore compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 886e1703..4547125a 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ all: uncompressed init: $(MAKE) clean $(MAKE) extract -j $(nproc) - $(MAKE) all + $(MAKE) all -j $(nproc) uncompressed: $(ROM) ifneq ($(COMPARE),0)