aboutsummaryrefslogtreecommitdiff
path: root/topbin/dune
diff options
context:
space:
mode:
Diffstat (limited to 'topbin/dune')
-rw-r--r--topbin/dune6
1 files changed, 5 insertions, 1 deletions
diff --git a/topbin/dune b/topbin/dune
index e89f6c4b13..5f07492a10 100644
--- a/topbin/dune
+++ b/topbin/dune
@@ -1,6 +1,10 @@
+(install
+ (section bin)
+ (files (coqtop_bin.exe as coqtop)))
+
(executable
(name coqtop_bin)
- (public_name coqtop)
+ (public_name coqtop.opt)
(package coq)
(modules coqtop_bin)
(libraries coq.toplevel)