mirror of
https://github.com/satoshinm/pill_6502.git
synced 2024-12-27 17:29:19 +00:00
Remove unused .hex (Intel-HEX) target
This commit is contained in:
parent
ca77b072ab
commit
1169a6ee0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user