Updated deps.
[perl4caml.git] / Makefile
index 9a18d46..3f00efc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Interface to Perl from OCaml.
 # Copyright (C) 2003 Merjis Ltd.
-# $Id: Makefile,v 1.3 2003-10-12 11:56:26 rich Exp $
+# $Id: Makefile,v 1.4 2003-10-12 11:57:07 rich Exp $
 
 include Makefile.config
 
@@ -56,4 +56,4 @@ endif
 depend:        .depend
 
 .depend: $(wildcard *.ml) $(wildcard *.mli)
-       $(OCAMLDEP) *.mli *.ml > .depend
+       $(OCAMLDEP) *.mli *.ml examples/*.ml > .depend