diff --git a/Makefile b/Makefile index 34df6667ba..fffc03dfc6 100644 --- a/Makefile +++ b/Makefile @@ -502,7 +502,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) libagbsyscall $(ROM): $(ELF) $(OBJCOPY) -O binary $< $@ - $(FIX) $@ --silent + $(FIX) $@ -p --silent agbcc: all