Browse Source

Clean removes rom images

pull/272/head
dimitrit 4 years ago
parent
commit
f65e6b2ac5
  1. 9
      Binary/Makefile

9
Binary/Makefile

@ -4,5 +4,10 @@ SUBDIRS = Apps CPM3 ZPM3
include $(TOOLS)/Makefile.inc
clobber::
@rm -f *.bin *.com *.img *.rom *.upd *.hex *.pdf *.log *.eeprom *.dat
clean::
@rm -f *.bin *.com *.img *.rom
clobber:: clean
@rm -f *.upd *.hex *.pdf *.log *.eeprom *.dat
.PHONEY: clean clobber

Loading…
Cancel
Save