Remove unused .hex (Intel-HEX) target

This commit is contained in:
Satoshi N. M 2018-01-12 23:36:40 -08:00
parent ca77b072ab
commit 1169a6ee0c
1 changed files with 0 additions and 4 deletions

View File

@ -51,10 +51,6 @@ pill_6502.elf: version.h $(OBJ)
@echo " OBJCOPY $@"
$(Q)$(OBJCOPY) -O binary $^ $@
%.hex: %
@echo " OBJCOPY $@"
$(Q)$(OBJCOPY) -O ihex $^ $@
.PHONY: clean host_clean FORCE
clean: host_clean