diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-11-04 01:09:31 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-11-04 01:09:31 +0000 |
commit | dbce157e12d497d0111e7aafd1e2888275c28041 (patch) | |
tree | 8c0171675fde52b1d418bd260b88d867bb0ac6e8 /Makefile | |
parent | 18891a3cbbec467d5872cab4329fa7f6cdb9fe80 (diff) |
ajout d'une entrée au makefile pour faire toutes les theories sauf les reals
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3205 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -567,6 +567,8 @@ wellfounded: $(WELLFOUNDEDVO) reals: $(REALSVO) sorting: $(SORTINGVO) +noreal: logic arith bool zarith lists sets intmap relations wellfounded sorting + # globalizations (for coqdoc) glob.dump:: |