summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-07 16:42:49 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-07 16:42:49 -0400
commit13ecb2f5cb0bbfee814508f6d05d05074d426807 (patch)
treed74710f058264611f36c3a8fa1eafcf5be3e4086 /Makefile
parent3e723988b8596fe450a5f3dd3f43a55d9a13cff5 (diff)
FS_archive through FS_LoadArchive
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a4c2e29..fe2a04ba 100644
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,7 @@ arm7:
$(MAKE) -C arm7
$(BINFILES): %.bin: %.sbin
- cp $< $@
+ @cp $< $@
$(ELF): $(O_FILES) $(BUILD_DIR)/$(LD_SCRIPT) $(BINFILES)
# Hack because mwldarm doesn't like the sbin suffix