diff options
| author | mohring | 2001-04-19 14:22:30 +0000 |
|---|---|---|
| committer | mohring | 2001-04-19 14:22:30 +0000 |
| commit | 5fb26ab8b6cce851303798fa5fdf6005b025619f (patch) | |
| tree | c780a931c3e07ccabad6a8a79e5827a110183deb | |
| parent | 2360ac688ac03294eab78543d3229996837415eb (diff) | |
Ajout de Bool/BoolEq.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1629 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |
