summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-01-03Communication with webworkerSébastien Dailly
'>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})))