aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-14 19:23:15 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-14 19:23:15 +0000
commitbbd907fe86b7a8c8d071d7b6676c4e2a0160e89a (patch)
tree993839d5be4537000dc42d3b7b16b2d2ef87a1c1 /Makefile
parent8d846f39e7273981bbd0c6c38e91a7bafeff08cb (diff)
downloadvericert-bbd907fe86b7a8c8d071d7b6676c4e2a0160e89a.tar.gz
vericert-bbd907fe86b7a8c8d071d7b6676c4e2a0160e89a.zip
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: