Add .gitignore file for git.
[ocaml-csv.git] / Makefile
index f6531f5..c40580d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 2006-11-24 09:43:15 rich Exp $
+# $Id: Makefile,v 1.11 2007-05-14 16:20:10 rich Exp $
 
 include Makefile.config
 
@@ -69,6 +69,9 @@ endif
 
 # Build a distribution.
 
+install:
+       ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx} META
+
 dist:
        $(MAKE) check-manifest
        rm -rf $(PACKAGE)-$(VERSION)