summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-11 17:34:37 -0500
committerGitHub <noreply@github.com>2018-09-11 17:34:37 -0500
commitb9e0cf9f6fef7eaec9ff19422933df04b4031c1b (patch)
treef959075b7e59964c0c1de42a5d5743a59507211b /Makefile
parenta9a50f135780437f3c7761be2ab49a0ace0da615 (diff)
parent8026188e36cfa33a420c0c2516cfa7816a61de5d (diff)
Merge pull request #323 from Diegoisawesome/master
Fix gbafix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0ce6bdd1..d9f3ec4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -173,5 +173,5 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS)
$(ROM): $(ELF)
$(OBJCOPY) -O binary $< $@
- $(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) -silent
+ $(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) --silent