aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fd0d7065..7ae6fc7ac 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,10 @@ $(VOFILES): | coqprime
# add files to this list to prevent them from being built by default
UNMADE_VOFILES := src/SpecificGen/% src/Specific/%Display.vo
-# add files to this list to prevent them from being built by the "lite" target
+# add files to this list to prevent them from being built as final
+# targets by the "lite" target
+# N.B. if a file not in this list depends on one in this list,
+# that file will be built by the "lite" target
HEAVY_VOFILES := src/WeierstrassCurve/WeierstrassCurveTheorems.vo
COQ_VOFILES := $(filter-out $(UNMADE_VOFILES),$(VOFILES))