aboutsummaryrefslogtreecommitdiff
path: root/motus/js/dune
blob: b7b511a0c0cc8c72d2fb3d258013554a06f202b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(executable
 (name motus)
 (libraries 
   brr
   note.brr
   application
   elements
   motus_lib
   )
 (modes js)
 (preprocess (pps js_of_ocaml-ppx))
 (link_flags (:standard -no-check-prims))
 )

(rule
  (targets motus.js)
  (deps motus.bc.js)
  (action (copy %{deps} %{targets})))