aboutsummaryrefslogtreecommitdiff
path: root/checker/dune
diff options
context:
space:
mode:
Diffstat (limited to 'checker/dune')
-rw-r--r--checker/dune6
1 files changed, 3 insertions, 3 deletions
diff --git a/checker/dune b/checker/dune
index ebb3dd7583..5aff9211d7 100644
--- a/checker/dune
+++ b/checker/dune
@@ -11,16 +11,16 @@
(name checklib)
(public_name coq.checklib)
(synopsis "Coq's Standalone Proof Checker")
- (modules :standard \ main votour)
+ (modules :standard \ coqchk votour)
(modules_without_implementation cic)
(wrapped true)
(libraries coq.lib))
(executable
- (name main)
+ (name coqchk)
(public_name coqchk)
(package coq)
- (modules main)
+ (modules coqchk)
(flags :standard -open Checklib)
(libraries coq.checklib))