From 63507d4d002d146ab48ca5473482f70e6e4f7f35 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sun, 19 Jul 2020 15:48:35 -0600 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b041e6..26d153c 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ $(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9 ndstool -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf \ -b icon.bmp "GodMode9i;RocketRobz" \ -g HGMA 00 "GODMODE9I" -z 80040000 -u 00030004 - python27 fix_ndsheader.py $(CURDIR)/$(TARGET).nds + python2 fix_ndsheader.py $(CURDIR)/$(TARGET).nds $(TARGET).arm7: arm7/$(TARGET).elf cp arm7/$(TARGET).elf $(TARGET).arm7.elf