aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: 1536f2b2aa39ee986e9f706384a138e5e781f32a (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
26
(executables
 (names script)
 (libraries 
   js_of_ocaml 
   brr
   brr.note
   vg
   vg.htmlc
   messages 
   messages_json
   worker
   shapes
   tools
   elements
   blog
   path
   )
 (modes js)
 (preprocess (pps ppx_hash))
 (link_flags (:standard -no-check-prims))
 )

(rule
  (targets script.js)
  (deps script.bc.js)
  (action (run cp %{deps} %{targets})))