aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6feb39a7..5769450fa 100644
--- a/Makefile
+++ b/Makefile
@@ -193,11 +193,11 @@ endif
OTHERFLAGS += -w "-notation-overridden"
endif
-COQPATH?=${CURDIR}/$(COQPRIME_FOLDER)
+COQPATH?=${CURDIR}/$(COQPRIME_FOLDER)/src
export COQPATH
coqprime:
- $(MAKE) --no-print-directory -C $(COQPRIME_FOLDER)
+ $(MAKE) --no-print-directory -C $(COQPRIME_FOLDER) src/Coqprime/PrimalityTest/Zp.vo
clean-coqprime:
$(MAKE) --no-print-directory -C $(COQPRIME_FOLDER) clean