diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-12-10 16:27:26 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-12-10 16:27:26 -0300 |
| commit | f19d05e361b7bb8348bfd86fb5ba99609f7e90c7 (patch) | |
| tree | 7d3db89db09a04aaf7f4df582195d5d244552025 | |
| parent | c9e58a815d452a731fc4e3e1e89fc712c087fd87 (diff) | |
fix make toolchain
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |
