From c64c3cae15143dfce1db72661fc561a82f63c4c8 Mon Sep 17 00:00:00 2001 From: Charles Averill Date: Sun, 1 Sep 2024 00:18:55 -0500 Subject: [PATCH] Update dune --- bin/dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dune b/bin/dune index 75a89fa..69d1364 100644 --- a/bin/dune +++ b/bin/dune @@ -1,4 +1,4 @@ (executable - (public_name _PROJECT_NAME_) + (public_name PROJECT_NAME_) (name main) - (libraries _PROJECT_NAME_)) + (libraries PROJECT_NAME_))