aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-03 16:18:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-03 16:18:52 +0000
commitec719e61b31cbf08b853ae3bfb96ce3508dba50a (patch)
treef06a7347d02fe51c79b7064001559e4f4d191614 /Makefile
parent62e7a0f9679f501f2bc9ff7343c8128a341da37c (diff)
Nouveau fichier Tactics.v collectant les tactiques utiles des utilisateurs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6670 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a43395b..17cf2733f 100644
--- a/Makefile
+++ b/Makefile
@@ -781,7 +781,7 @@ INITVO=\
theories/Init/Datatypes.vo theories/Init/Peano.vo \
theories/Init/Logic.vo theories/Init/Specif.vo \
theories/Init/Logic_Type.vo theories/Init/Wf.vo \
- theories/Init/Prelude.vo
+ theories/Init/Tactics.vo theories/Init/Prelude.vo
init: $(INITVO)