diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-29 23:08:57 -0500 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-29 23:39:03 -0500 |
| commit | 064216d3bed05719129d54079ce066ee94bee24e (patch) | |
| tree | ccd2dbbc68e1a032f7f94172b976d03e61a59c43 /Makefile | |
| parent | 7737025f4e839b71477fca6690e95a9ed9325b8a (diff) | |
Add gbafix from devkitPro/gba-tools
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
