summaryrefslogtreecommitdiff
path: root/src/js/dune
blob: 4f1e8c62562bc3a14ec2e5b55ec00300f40416da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(executable
 (name tengwar)
 (libraries 
   brr
   brr.note
   translator
   sounds
   )
 (modes js)
 (preprocess (pps js_of_ocaml-ppx))
 (link_flags (:standard -no-check-prims))
 )

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