summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-23 13:44:23 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-23 13:44:23 -0400
commitbd5894c54fbb5910ac1b3cc3ae529127484347b4 (patch)
tree9814a3f59502a75e37b42d001c34a0dcd34726b2
parent0a4315909d6456cd5f83e9df32198ee47b985d68 (diff)
Move this Makefile comment
-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)