mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 03:37:49 +03:00
fix multi-threading
This commit is contained in:
parent
dde54193b4
commit
29df5ad741
9
Makefile
9
Makefile
@ -192,15 +192,14 @@ build/src/libultra/2D300.o: OPTFLAGS := -O1 -g0
|
|||||||
# cc & asm-processor
|
# cc & asm-processor
|
||||||
build/src/%.o: CC := $(ASM_PROC) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFLAGS) --
|
build/src/%.o: CC := $(ASM_PROC) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFLAGS) --
|
||||||
|
|
||||||
all: uncompressed compressed
|
all: uncompressed
|
||||||
|
|
||||||
init:
|
init:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
$(MAKE) decompress
|
$(MAKE) decompress
|
||||||
$(MAKE) extract -j $(nproc)
|
$(MAKE) extract -j
|
||||||
$(MAKE) all
|
$(MAKE) all -j
|
||||||
# $(MAKE) $(ROMC)
|
$(MAKE) compressed
|
||||||
# TODO: COMPRESS resulting rom.
|
|
||||||
|
|
||||||
uncompressed: $(ROM)
|
uncompressed: $(ROM)
|
||||||
ifneq ($(COMPARE),0)
|
ifneq ($(COMPARE),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user