diff options
| author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:56:16 -0600 |
|---|---|---|
| committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:56:16 -0600 |
| commit | a02a85f477cbf44aa0370de8f40bd8ced77513c2 (patch) | |
| tree | 7e2366157f2433011b82f53b74dce75d21b8ef7f /Makefile | |
| parent | 8835353325d9c7eba7664bde5d5a2d4c40c4376d (diff) | |
get nonmatching debug rom to build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
