aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorletouzey2010-10-06 15:48:15 +0000
committerletouzey2010-10-06 15:48:15 +0000
commitb36e75cca2ea910dead09864c4f10ba79b894a35 (patch)
treebd2830f5635f091f04168acda4623d6c9a9afbea /Makefile.build
parent317700df92b77552dfe5709134e1a024cea97812 (diff)
Extraction: allow to use Extraction Inline / NoInline even from under a section.
in addition, a makefile entry pluginsopt for compiling only the .cmxs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13509 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index d65aa89154..d75051b20c 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -443,6 +443,8 @@ cc: $(CCVO) $(CCCMA)
subtac: $(SUBTACCMA)
rtauto: $(RTAUTOVO) $(RTAUTOCMA)
+pluginsopt: $(PLUGINSOPT)
+
###########################################################################
# rules to make theories, plugins and states
###########################################################################