fix dune :^)

This commit is contained in:
Swrup 2022-12-08 00:07:59 +01:00
parent 484203c927
commit 1b89d35dfd

View file

@ -35,6 +35,12 @@
(preprocess
(pps lwt_ppx)))
(executable
(name island_client)
(modules island_client)
(libraries js_of_ocaml brr)
(modes js))
(rule
(target content.ml)
(deps
@ -44,9 +50,3 @@
(with-stdout-to
%{null}
(run ocaml-crunch -m plain content -o %{target}))))
(executable
(name island_client)
(modules island_client)
(libraries js_of_ocaml brr)
(modes js))