(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})))