From 732a5fb9a7409eca69faae7e7ce7423b77e493e1 Mon Sep 17 00:00:00 2001 From: Wayne Parham Date: Mon, 7 Jun 2021 00:56:50 -0500 Subject: [PATCH] Remove bin and hex references from samples/Makefile --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index e455852c6..32a0086d8 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -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)