aboutsummaryrefslogtreecommitdiff
path: root/motus/js/dune
blob: 9dd31135a09dbaa9b65e699b5bd7f2e0d427aa8e (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
   brr.note
   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})))