Remove bin and hex references from samples/Makefile

This commit is contained in:
Wayne Parham 2021-06-07 00:56:50 -05:00
parent 5eafd8115f
commit 732a5fb9a7
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ zip:
# Clean-up rules
mostlyclean:
@$(DEL) *.lbl *.map *.bin *.hex *.o *.s 2>$(NULLDEV)
@$(DEL) *.lbl *.map *.o *.s 2>$(NULLDEV)
clean: mostlyclean
@$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)