mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Update Makefile
This commit is contained in:
parent
b9fcd7fa54
commit
22edd6d437
4
Makefile
4
Makefile
@ -21,13 +21,13 @@ dsi: $(TARGET).dsi
|
|||||||
|
|
||||||
$(TARGET).nds: arm7/$(TARGET).elf arm9/$(TARGET).elf
|
$(TARGET).nds: arm7/$(TARGET).elf arm9/$(TARGET).elf
|
||||||
ndstool -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
|
ndstool -c $(TARGET).nds -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
|
||||||
-b icon.bmp "GodMode9i;RocketRobz" \
|
-b icon.bmp "GodMode9i;Rocket Robz" \
|
||||||
-z 80040000 -u 00030004
|
-z 80040000 -u 00030004
|
||||||
python fix_ndsheader.py $(CURDIR)/$(TARGET).nds
|
python fix_ndsheader.py $(CURDIR)/$(TARGET).nds
|
||||||
|
|
||||||
$(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 \
|
ndstool -c $(TARGET).dsi -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
|
||||||
-b icon.bmp "GodMode9i;RocketRobz" \
|
-b icon.bmp "GodMode9i;Rocket Robz" \
|
||||||
-g HGMA 00 "GODMODE9I" -z 80040000 -u 00030004
|
-g HGMA 00 "GODMODE9I" -z 80040000 -u 00030004
|
||||||
python fix_ndsheader.py $(CURDIR)/$(TARGET).dsi
|
python fix_ndsheader.py $(CURDIR)/$(TARGET).dsi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user