diff options
Diffstat (limited to 'dune')
-rwxr-xr-x | dune | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +(executables + (names script) + (libraries + js_of_ocaml + brr + brr.note + vg + vg.htmlc + messages + messages_json + worker + draw + curves + tools + events + ) + (modes js) + (preprocess (pps js_of_ocaml-ppx)) + (link_flags (:standard -no-check-prims)) + ) + +(rule + (targets script.js) + (deps script.bc.js) + (action (run cp %{deps} %{targets}))) |