fix make toolchain

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-12-10 16:27:26 -03:00
parent c9e58a815d
commit f19d05e361
2 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ build/src/libultra/libc/ll.o: CC := $(IDO)
all: uncompressed all: uncompressed
tools: toolchain:
@$(MAKE) -s -C tools @$(MAKE) -s -C tools
init: init:
@ -403,4 +403,4 @@ build/src/libultra/libc/ll.o: src/libultra/libc/ll.c
# Print target for debugging # Print target for debugging
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true 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

View File

@ -65,7 +65,7 @@ python3 -m pip install -r ./tools/requirements-python.txt --break-system-package
```bash ```bash
git submodule update --init --recursive git submodule update --init --recursive
make tools make toolchain
``` ```
#### 5. Prepare a base ROM #### 5. Prepare a base ROM