aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-06-22 11:47:16 -0700
committerGravatar Jason Gross <jagro@google.com>2016-06-22 11:47:16 -0700
commitaccc9fa1f5689d1bf57d3024c4ad293fd10f3617 (patch)
tree2a5b8e4ffa0ce872ed1fec10c91fcfdf0dfe2239 /Makefile
parent67fc064ef8606a0efa110c5346261564fc861f11 (diff)
Make Coq 8.5 the default target for Fiat-Crypto
Instructions for 8.4 build in the README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01fc0938e..519c1b040 100644
--- a/Makefile
+++ b/Makefile
@@ -32,10 +32,10 @@ coqprime: coqprime-8.4
endif
coqprime-8.4:
- $(MAKE) -C coqprime
+ $(MAKE) -C coqprime-8.4
coqprime-8.5:
- $(MAKE) -C coqprime-8.5
+ $(MAKE) -C coqprime
Makefile.coq: Makefile _CoqProject
$(Q)$(COQBIN)coq_makefile -f _CoqProject -o Makefile.coq