mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 03:37:49 +03:00
fix make toolchain
This commit is contained in:
parent
c9e58a815d
commit
f19d05e361
4
Makefile
4
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user