diff options
| author | Pierre-Marie Pédrot | 2018-10-29 17:37:48 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-29 17:37:48 +0100 |
| commit | 0ac673e562c34245e4e48efc428d808e917be79b (patch) | |
| tree | 19f03e0c0cf825371c321e374b82666a9faf0f09 /checker/dune | |
| parent | 765c61d42e301c1f98c44b3986d73a052ca3a8c5 (diff) | |
| parent | 98a792b79c4bea810bc4fe623c9006e8eeaeb468 (diff) | |
Merge PR #8751: Rename checker/{main->coqchk}
Diffstat (limited to 'checker/dune')
| -rw-r--r-- | checker/dune | 6 |
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)) |
