aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-11 16:42:21 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-11 16:42:21 +0200
commit93efc6e3a93cd4ddad77aab31a4e8e2d95fd3bfb (patch)
tree41db9f7cf44b7ea73fd0b2f26d9c468702ca28d5 /Makefile
parenta53d367401dabe395972413088aeb23fae733f31 (diff)
downloadcompcert-kvx-93efc6e3a93cd4ddad77aab31a4e8e2d95fd3bfb.tar.gz
compcert-kvx-93efc6e3a93cd4ddad77aab31a4e8e2d95fd3bfb.zip
coqchk -o
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3039a375..8bfcf2a4 100644
--- a/Makefile
+++ b/Makefile
@@ -401,7 +401,7 @@ check-admitted: $(FILES)
@grep -w 'admit\|Admitted\|ADMITTED' $^ || echo "Nothing admitted."
check-proof: $(FILES)
- $(COQCHK) compcert.driver.Complements
+ $(COQCHK) -o compcert.driver.Complements
print-includes:
@echo $(COQINCLUDES)