From c2ba535604cef5bc86369512e6f3c2833753a55a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 2 Mar 2022 18:06:18 +0000 Subject: Update Coq version to 8.14.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c40941..218598a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifeq ($(UNAME_S),Darwin) ARCH := verilog-macosx endif -COMPCERTRECDIRS := lib common verilog backend cfrontend driver exportclight cparser +COMPCERTRECDIRS := lib common verilog backend cfrontend driver cparser COQINCLUDES := -R src/common vericert.common \ -R src/extraction vericert.extraction \ -- cgit