aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: 314dc63e2bcab1f6587dc6cb7df9d91800cb3188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(executables
 (names script)
 (libraries 
   js_of_ocaml 
   brr
   brr.note
   vg
   vg.htmlc
   messages 
   messages_json
   worker
   draw
   shapes
   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})))