aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-24 16:18:37 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-24 16:18:37 +0000
commit35b359a0044b0732eb43326db65be13bb8a94569 (patch)
treef519fcafd127fb0f92b2ed4198adac5cc557ccf0 /contrib
parent06b30bbb3ca957175e1ab884904da13439b9d209 (diff)
Retire theories/Num
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1692 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/extraction/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile
index 14fdf6fdf..89f13c75b 100644
--- a/contrib/extraction/test/Makefile
+++ b/contrib/extraction/test/Makefile
@@ -10,6 +10,7 @@ AXIOMSVO:= \
theories/Arith/Arith.vo \
theories/Lists/List.vo \
theories/Reals/% \
+theories/Num/% \
theories/Relations/Rstar.vo \
theories/Sets/Integers.vo \
theories/ZArith/Zsyntax.vo
@@ -78,7 +79,6 @@ $(REALSML): realsml
# Utilities
#
-
ml2v: ml2v.ml
ocamlc -o $@ $<