From f19d05e361b7bb8348bfd86fb5ba99609f7e90c7 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 10 Dec 2023 16:27:26 -0300 Subject: [PATCH] fix make toolchain --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d29ef0f6..ec50ff82 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ build/src/libultra/libc/ll.o: CC := $(IDO) all: uncompressed -tools: +toolchain: @$(MAKE) -s -C tools init: @@ -403,4 +403,4 @@ build/src/libultra/libc/ll.o: src/libultra/libc/ll.c # Print target for debugging print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true -.PHONY: all uncompressed compressed clean init extract expected format checkformat decompress context disasm +.PHONY: all uncompressed compressed clean init extract expected format checkformat decompress context disasm toolchain diff --git a/README.md b/README.md index 1c68276f..99617bd5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ python3 -m pip install -r ./tools/requirements-python.txt --break-system-package ```bash git submodule update --init --recursive -make tools +make toolchain ``` #### 5. Prepare a base ROM