summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-06-23 22:48:39 +0300
committerGitHub <noreply@github.com>2020-06-23 22:48:39 +0300
commit291f2d27d36b5c437c6c1908d5217bb954799402 (patch)
treef2bd6bfd6823cc83b8c9dcf7608b264482d0f62e /Makefile
parentd2710751ca6b1c4cc5399ea7206fb8faa00de5fe (diff)
parent718adb157daf580ff1abba13a192a0da8dc27940 (diff)
Merge pull request #184 from PikalaxALT/pikalax_work
itemtool; replace extensions for NCGR, NCLR from narcs
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)