summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-12-10 16:27:26 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-12-10 16:27:26 -0300
commitf19d05e361b7bb8348bfd86fb5ba99609f7e90c7 (patch)
tree7d3db89db09a04aaf7f4df582195d5d244552025
parentc9e58a815d452a731fc4e3e1e89fc712c087fd87 (diff)
fix make toolchain
-rw-r--r--Makefile4
-rw-r--r--README.md2
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