aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorChimrod <>2023-09-25 10:29:36 +0200
committerChimrod <>2023-09-25 10:29:36 +0200
commit000d8bcc955e57b8e1278c05763eff5bd97862b8 (patch)
treeaa1e22d56dc685124dc1f8d8222d78ea93b9e1e1 /bin/dune
parentc2fdbf2eb9bac4d92258eda5da3249cd2ef07e55 (diff)
Renamed the main application
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index 697402f..239c88e 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,6 +1,6 @@
(executable
(public_name qsp_parser)
- (name main)
+ (name qsp_parser)
(libraries
qsp_syntax
qsp_parser)