Fixed 'make clean'
authorrich <rich>
Tue, 24 May 2005 13:53:45 +0000 (13:53 +0000)
committerrich <rich>
Tue, 24 May 2005 13:53:45 +0000 (13:53 +0000)
Makefile

index e1d5992..6ef13d5 100644 (file)
--- 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
 
 PACKAGE                := ocaml-csv
 VERSION                := 1.0.3
@@ -48,7 +48,7 @@ csvtool: csv.cmxa csvtool.ml
 # Clean.
 
 clean:
 # Clean.
 
 clean:
-       rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *~ core
+       rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *~ core csvtool example
 
 # Dependencies.
 
 
 # Dependencies.