diff options
| author | herbelin | 2006-02-12 21:20:48 +0000 |
|---|---|---|
| committer | herbelin | 2006-02-12 21:20:48 +0000 |
| commit | 01974798c5a492bb98e5a48b0faaceb1d9d5a21d (patch) | |
| tree | ed08e35f19ceeb142cccd4f587c2172c5f081110 /Makefile | |
| parent | aff35869e7010a13e9ac02358804be49e26c4d83 (diff) | |
Nettoyage Zmin.v, création Zmax.v et Zminmax.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8032 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -825,7 +825,8 @@ ZARITHVO=\ theories/ZArith/auxiliary.vo theories/ZArith/Zmisc.vo \ theories/ZArith/Zcompare.vo theories/ZArith/Znat.vo \ theories/ZArith/Zorder.vo theories/ZArith/Zabs.vo \ - theories/ZArith/Zmin.vo theories/ZArith/Zeven.vo \ + theories/ZArith/Zmin.vo theories/ZArith/Zmax.vo \ + theories/ZArith/Zminmax.vo theories/ZArith/Zeven.vo \ theories/ZArith/Zhints.vo theories/ZArith/Zlogarithm.vo \ theories/ZArith/Zpower.vo theories/ZArith/Zcomplements.vo \ theories/ZArith/Zdiv.vo theories/ZArith/Zsqrt.vo \ |
