diff --git a/Binary/Makefile b/Binary/Makefile index cdca45ae..8f485e8a 100644 --- a/Binary/Makefile +++ b/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