aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4e7bfea63..38588d38ad 100644
--- a/Makefile
+++ b/Makefile
@@ -214,6 +214,9 @@ LOGICVO=theories/Logic/Classical.vo theories/Logic/Classical_Type.vo \
theories/Logic/Classical_Pred_Type.vo theories/Logic/Eqdep_dec.vo \
theories/Logic/Classical_Prop.vo
+theories/Logic/%.vo: theories/Logic/%.v states/initial.coq
+ $(COQC) -q -I theories/Init $<
+
theories: $(INITVO) $(LOGICVO)
clean::