From ef92beece3147f8af0764521e22cb7fc9a3f32a3 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Sat, 24 Feb 2018 10:17:35 -0500 Subject: coqprime in COQPATH (closes #269) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3