aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cb11476c..978b170d8 100644
--- a/Makefile
+++ b/Makefile
@@ -243,6 +243,7 @@ COQPATH?=${CURDIR_SAFE}/$(COQPRIME_FOLDER)/src
export COQPATH
coqprime:
+ (cd $(COQPRIME_FOLDER) && $(COQBIN)coq_makefile -f _CoqProject -o Makefile)
$(MAKE) --no-print-directory -C $(COQPRIME_FOLDER) src/Coqprime/PrimalityTest/Zp.vo
coqprime-all: coqprime