From 59ab4142a3887c0b34719bb0e56b820ee71d0ca7 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 Jun 2025 15:45:11 +0200 Subject: Factor out main ogit module from ogit bin. --- bin/dune | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune index 864d145..df94ee2 100644 --- a/bin/dune +++ b/bin/dune @@ -1,4 +1,6 @@ +;;; -*- mode: lisp; -*- + (executable (public_name ogit) (name main) - (libraries ogit dream)) + (libraries ogit)) -- cgit v1.2.3