summaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2020-05-31 00:39:17 -0400
committerRyan Kavanagh <rak@rak.ac>2020-05-31 00:39:17 -0400
commit096ec2adb209b1e2bbe7db3a702a0c69664a1e88 (patch)
tree52fdaa88253933535db73c913619be590126a67b /bin/dune
parentAdded a build system and adopt modules (diff)
Fixed compilation errors in bin
Diffstat (limited to '')
-rw-r--r--bin/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index ddff424..e161175 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,4 +1,4 @@
(executable
(public_name leda)
- (name main)
+ (name leda)
(libraries base gemini))