Clean removes rom images

This commit is contained in:
dimitrit
2021-11-01 09:06:07 +00:00
parent b0d93dadc0
commit f65e6b2ac5

View File

@@ -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