fix dune :^)
This commit is contained in:
parent
484203c927
commit
1b89d35dfd
1 changed files with 6 additions and 6 deletions
12
src/dune
12
src/dune
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue