From 602afc4325d398f875d9b77155d5f28592ce10b8 Mon Sep 17 00:00:00 2001 From: rich Date: Tue, 24 May 2005 13:53:45 +0000 Subject: [PATCH] Fixed 'make clean' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1d5992..6ef13d5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 2005-05-24 13:52:50 rich Exp $ +# $Id: Makefile,v 1.5 2005-05-24 13:53:45 rich Exp $ PACKAGE := ocaml-csv VERSION := 1.0.3 @@ -48,7 +48,7 @@ csvtool: csv.cmxa csvtool.ml # Clean. clean: - rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *~ core + rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *~ core csvtool example # Dependencies. -- 1.8.3.1