aboutsummaryrefslogtreecommitdiff
path: root/contrib/extraction/test/Makefile
diff options
context:
space:
mode:
authorletouzey2001-10-26 15:54:12 +0000
committerletouzey2001-10-26 15:54:12 +0000
commit32af9a99872b522add12ef4b7e9a42f64f556c4c (patch)
tree2bef31773d48ce61b860c23ffd2bcfcd66c0e42a /contrib/extraction/test/Makefile
parent3b55f30c04858c24a3f9ae402a49a5a738273ecb (diff)
Fin de mise en place de l'option Optimize. Reorganisation du pretty-print. ETC etc etc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2141 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test/Makefile')
-rw-r--r--contrib/extraction/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile
index e3e44e0513..787abb32ac 100644
--- a/contrib/extraction/test/Makefile
+++ b/contrib/extraction/test/Makefile
@@ -31,7 +31,9 @@ CMO:= $(patsubst %.ml,%.cmo,$(ML))
# General rules
#
-all: $(ML) $(CMO) v2ml
+all: ml $(CMO) v2ml
+
+ml: $(ML)
depend: $(ML)
rm -f .depend; ocamldep $(INCL) theories/*/*.ml > .depend