summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-13 07:06:04 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-13 07:06:04 -0300
commitd6445c6ff81ca9bc030ecedfc17f3c838fa6a6bd (patch)
treece99c62267b220874a91c5287ad789660927463a /Makefile
parent4d1cdb8ebef56cc648d10e4a5d87658ebfa74881 (diff)
multicore compilation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)