aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 14:22:30 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 14:22:30 +0000
commit5fb26ab8b6cce851303798fa5fdf6005b025619f (patch)
treec780a931c3e07ccabad6a8a79e5827a110183deb /Makefile
parent2360ac688ac03294eab78543d3229996837415eb (diff)
Ajout de Bool/BoolEq.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1629 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca666bcd6..5a6a1005e 100644
--- a/Makefile
+++ b/Makefile
@@ -351,8 +351,9 @@ ARITHVO=theories/Arith/Arith.vo theories/Arith/Gt.vo \
theories/Arith/Wf_nat.vo \
# theories/Arith/Div.vo
-BOOLVO=theories/Bool/Bool.vo theories/Bool/IfProp.vo \
- theories/Bool/Zerob.vo theories/Bool/DecBool.vo theories/Bool/Sumbool.vo
+BOOLVO=theories/Bool/Bool.vo theories/Bool/IfProp.vo \
+ theories/Bool/Zerob.vo theories/Bool/DecBool.vo \
+ theories/Bool/Sumbool.vo theories/Bool/BoolEq.vo
ZARITHVO=theories/ZArith/Wf_Z.vo theories/ZArith/Zsyntax.vo \
theories/ZArith/ZArith.vo theories/ZArith/auxiliary.vo \