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)