Make long param use two dashes

This commit is contained in:
Diegoisawesome
2018-09-10 13:15:53 -05:00
parent aa0782c40b
commit 8026188e36
2 changed files with 11 additions and 8 deletions
+1 -1
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) -silent
$(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) --silent