From 040c74ea186f195b8579960d2a74418c38cd9b76 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 10 Sep 2021 20:50:40 +0200 Subject: Added js code --- src/js/dune | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 src/js/dune (limited to 'src/js/dune') diff --git a/src/js/dune b/src/js/dune new file mode 100755 index 0000000..9387c5f --- /dev/null +++ b/src/js/dune @@ -0,0 +1,18 @@ +(executable + (name tengwar) + (libraries + brr + brr.note + application + 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}))) -- cgit v1.2.3