summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-29 23:08:57 -0500
committerDiegoisawesome <diego@domoreaweso.me>2018-08-29 23:39:03 -0500
commit064216d3bed05719129d54079ce066ee94bee24e (patch)
treeccd2dbbc68e1a032f7f94172b976d03e61a59c43 /Makefile
parent7737025f4e839b71477fca6690e95a9ed9325b8a (diff)
Add gbafix from devkitPro/gba-tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e504aecb..ce3a6ec18 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ MID := $(abspath tools/mid2agb/mid2agb)
SCANINC := tools/scaninc/scaninc
PREPROC := tools/preproc/preproc
RAMSCRGEN := tools/ramscrgen/ramscrgen
+FIX := tools/gbafix/gbafix
# Clear the default suffixes
.SUFFIXES:
@@ -171,5 +172,5 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS)
$(ROM): $(ELF)
$(OBJCOPY) -O binary $< $@
- gbafix $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION)
+ $(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION)