Make gbafix silent

This commit is contained in:
Diegoisawesome
2018-09-10 12:03:24 -05:00
parent d9941cd1a8
commit aa0782c40b
2 changed files with 16 additions and 11 deletions

View File

@@ -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)
$(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) -silent