aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5305641e..202ad741a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,13 @@ MODULES := Curves Galois Rep Specific Tactics Util
VS := $(MODULES:%=src/%/*.v)
-.PHONY: coq clean install
+.PHONY: coq clean install coqprime
.DEFAULT_GOAL: coq
-coq: Makefile.coq
+coqprime:
+ $(MAKE) -C coqprime
+
+coq: Makefile.coq coqprime
$(MAKE) -f Makefile.coq
Makefile.coq: Makefile $(VS)