From 38778cdeb6fc6b8f83b3631e423d63e648d86d53 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 1 Jun 2016 23:04:46 +0200 Subject: [PATCH] Don't cleanup files "just in case". The build doesn't create *.lbl files so we're not deleting *.lbl files. --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2