mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2024-11-23 05:10:04 +00:00
i have tested it locally this time
This commit is contained in:
parent
1f67633545
commit
adee8fc404
5
Makefile
5
Makefile
@ -232,7 +232,7 @@ $(BUILD_DIR)/libn_audio.a: libreultra/build/2.0I/libn_audio.a
|
||||
cp $< $@
|
||||
$(TOOLS_DIR)/patch_libultra_math $@
|
||||
|
||||
$(BUILD_DIR)/$(UCODE_BASE_DIR)/$(GRUCODE)/$(GRUCODE).%.o: f3dex2/build/$(GRUCODE)/$(GRUCODE).%
|
||||
$(BUILD_DIR)/$(UCODE_BASE_DIR)/$(GRUCODE)/$(GRUCODE).%.o: f3dex2/$(GRUCODE)/$(GRUCODE).%
|
||||
$(OBJCOPY) -I binary -O elf32-big $< $@
|
||||
|
||||
$(BUILD_DIR)/%.o: %.s
|
||||
@ -303,8 +303,7 @@ setup:
|
||||
$(MAKE) -C libreultra -j4
|
||||
$(MAKE) -C libreultra naudio -j4
|
||||
$(MAKE) -C tools -j4
|
||||
$(MAKE) -C f3dex2 $(GRUCODE) PARENT_OUTPUT_DIR=./f3dex2/ ARMIPS=../$(LOCAL_ARMIPS)
|
||||
cp -R f3dex2/build/$(GRUCODE)/ f3dex2
|
||||
$(MAKE) -C f3dex2 $(GRUCODE) PARENT_OUTPUT_DIR=../f3dex2/ ARMIPS=../$(LOCAL_ARMIPS)
|
||||
tools/extract_assets baserom.$(VERSION).z64
|
||||
|
||||
.PHONY: all clean default diff test distclean
|
||||
|
Loading…
Reference in New Issue
Block a user