X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=samples%2FMakefile;h=fa37770002d9b7e302b29914632d9e217ef35de1;hb=38778cdeb6fc6b8f83b3631e423d63e648d86d53;hp=2b356b38468475ea63c948ef62bcdb7cbe55eab3;hpb=1ab725e526d542c2ccf816f10133ff508c399c9b;p=cc65 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)