summaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
committerFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
commit6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch)
tree72af4c12f321547b4127b7a8a84e3282477f3547 /bin/dune
parent5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff)
downloadsandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz
sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip
refarctor: rename project to 'sandy'
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dune b/bin/dune
index 87b4f4e..06a76ee 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,5 +1,5 @@
1(executable 1(executable
2 (public_name sand) 2 (public_name sandy)
3 (name main) 3 (name main)
4 (libraries sand) 4 (libraries sandy)
5 (modes exe byte)) 5 (modes exe byte))