aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-07-20 20:18:16 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2018-07-21 03:24:41 +0100
commitde6a1248e2cd74f27434bb01867cf9fa073e8c8a (patch)
treea5e24a3626c8b3ad38e13c2786fd259eedbfa2d3 /Makefile
parent0fe3fa88a9c9434b03dfc642ddca8c6b05b9472c (diff)
Work around coqprime issues
This closes #398 Since coqprime's makefile is incompatible with Coq 8.7, we blow it away and regenerate it ourselves.
Diffstat (limited to 'Makefile')
-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