From bbd907fe86b7a8c8d071d7b6676c4e2a0160e89a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 14 Nov 2020 19:23:15 +0000 Subject: Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8a3328..e50a543 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: lib/COMPCERTSTAMP lib/COMPCERTSTAMP: (cd lib/CompCert && ./configure --ignore-coq-version $(ARCH)) - $(MAKE) extraction -C lib/CompCert + $(MAKE) HAS_RUNTIME_LIB=false CLIGHTGEN=false INSTALL_COQDEV=false -C lib/CompCert touch $@ install: -- cgit