Update Makefile

This commit is contained in:
Lillian Skinner 2024-11-30 18:44:22 -05:00 committed by GitHub
parent cd702bdb08
commit 02648bb792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,19 +17,19 @@ export NITRODATA := nitrofiles
.PHONY: all bootloader bootstub clean dsi arm7/$(TARGET).elf arm9/$(TARGET).elf .PHONY: all bootloader bootstub clean dsi arm7/$(TARGET).elf arm9/$(TARGET).elf
all: bootloader bootstub $(TARGET).nds all: bootloader bootstub
dsi: $(TARGET).dsi dsi: $(TARGET).dsi $(TARGET)_sys.dsi
$(TARGET).nds: arm7/$(TARGET).elf arm9/$(TARGET).elf $(TARGET)_sys.dsi: arm7/$(TARGET).elf arm9/$(TARGET).elf
ndstool -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \ ndstool -c $(TARGET)_sys.dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \
-b icon.bmp "GodMode9i;Rocket Robz" \ -b icon.bmp "GodMode9i_sys;Rocket Robz" \
-z 80040000 -g 4GMA 00 "GODMODE9I" -z 80040000 -u 00030015
$(TARGET).dsi: arm7/$(TARGET).elf arm9/$(TARGET).elf $(TARGET).dsi: arm7/$(TARGET).elf arm9/$(TARGET).elf
ndstool -c $(TARGET).dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \ ndstool -c $(TARGET).dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf -d $(NITRODATA) \
-b icon.bmp "GodMode9i;Rocket Robz" \ -b icon.bmp "GodMode9i_user;Rocket Robz" \
-g HGMA 00 "GODMODE9I" -z 80040000 -u 00030004 -g 4GMB 00 "GODMODE9I" -z 80040000 -u 00030004
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
arm7/$(TARGET).elf: arm7/$(TARGET).elf: