fix dune :^)
This commit is contained in:
parent
40e873168f
commit
e6aab5f780
1 changed files with 6 additions and 6 deletions
12
src/dune
12
src/dune
|
|
@ -35,6 +35,12 @@
|
||||||
(preprocess
|
(preprocess
|
||||||
(pps lwt_ppx)))
|
(pps lwt_ppx)))
|
||||||
|
|
||||||
|
(executable
|
||||||
|
(name island_client)
|
||||||
|
(modules island_client)
|
||||||
|
(libraries js_of_ocaml brr)
|
||||||
|
(modes js))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
(target content.ml)
|
(target content.ml)
|
||||||
(deps
|
(deps
|
||||||
|
|
@ -44,9 +50,3 @@
|
||||||
(with-stdout-to
|
(with-stdout-to
|
||||||
%{null}
|
%{null}
|
||||||
(run ocaml-crunch -m plain content -o %{target}))))
|
(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