From 93efc6e3a93cd4ddad77aab31a4e8e2d95fd3bfb Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sat, 11 Sep 2021 16:42:21 +0200 Subject: coqchk -o --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit