mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
fix make toolchain
This commit is contained in:
parent
c9e58a815d
commit
f19d05e361
2 changed files with 3 additions and 3 deletions
4
Makefile
4
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue