diff --git a/samples/Makefile b/samples/Makefile index 2b356b384..fa3777000 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -176,7 +176,7 @@ zip: # Clean-up rules mostlyclean: - @$(DEL) *.map *.o *.s *.lbl 2>$(NULLDEV) + @$(DEL) *.map *.o *.s 2>$(NULLDEV) clean: mostlyclean @$(DEL) $(EXELIST) samples.d64 2>$(NULLDEV)