mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
fix make toolchain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user