aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: ea5d7238863d9768824ab80a00e8a3fd57c1b5da (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
   events
   blog
   path
   )
 (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})))