From 38cf58ac5e1adb38a1b99ea7cdda19ef7b5e12bf Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 24 May 2021 22:13:19 +0200 Subject: Refactor --- script.it/dune | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'script.it/dune') diff --git a/script.it/dune b/script.it/dune index ceae76c..dd1f7d2 100755 --- a/script.it/dune +++ b/script.it/dune @@ -1,16 +1,9 @@ -(library - (name outline) - (libraries - path) - (modules outline) - (preprocess (pps ppx_hash js_of_ocaml-ppx)) - ) - (executable (name script) (libraries brr brr.note + script_state shapes elements blog @@ -20,7 +13,7 @@ outline ) (modes js) - (modules script state selection) + (modules script) (preprocess (pps ppx_hash js_of_ocaml-ppx)) (link_flags (:standard -no-check-prims)) ) -- cgit v1.2.3