mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user