Skip to content

Commit

Permalink
Work around coqprime issues
Browse files Browse the repository at this point in the history
This closes #7

Since coqprime's makefile is incompatible with Coq 8.7, we blow it away
and regenerate it ourselves.
  • Loading branch information
JasonGross committed Jul 21, 2018
1 parent 0fe3fa8 commit 362e61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 362e61b

Please sign in to comment.