summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-23 23:18:29 +0100
committerGitHub <noreply@github.com>2020-06-23 23:18:29 +0100
commitc82f923bb095740ec58c389deb08083dbeddc769 (patch)
tree88f3668e52db0815504875cb1d08e78ef902a03b /Makefile
parent64595272f97d0ada42b69e442c7f52766ed60d63 (diff)
parent291f2d27d36b5c437c6c1908d5217bb954799402 (diff)
Merge branch 'master' into master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e82738fd..828e754b 100644
--- a/Makefile
+++ b/Makefile
@@ -303,10 +303,10 @@ arm7:
$(MAKE) -C arm7 COMPARE=$(COMPARE)
$(BINFILES): %.bin: %.sbin
+ @# Hack because mwldarm doesn't like the sbin suffix
@cp $< $@
$(ELF): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(BINFILES) $(BUILD_DIR)/pokediamond_bnr.bin
- # Hack because mwldarm doesn't like the sbin suffix
$(LD) $(LDFLAGS) -o $@ $^
$(ROM): $(ELF)