summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-17 18:56:16 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-17 18:56:16 -0600
commita02a85f477cbf44aa0370de8f40bd8ced77513c2 (patch)
tree7e2366157f2433011b82f53b74dce75d21b8ef7f /Makefile
parent8835353325d9c7eba7664bde5d5a2d4c40c4376d (diff)
get nonmatching debug rom to build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d91bb6840..8e2e503ab 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ tidy:
$(RM) $(ALL_BUILDS:%=poke%{.gba,.elf,.map})
$(RM) -r build
-$(BUILD_NAME).gba: $(BUILD_NAME).elf
+%.gba: %.elf
$(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0x9000000 $< $@
%.elf: $(LD_SCRIPT) $(ALL_OBJECTS)