From 741f88ab405995003eb6e9f301d3b065c1e84a4a Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 28 Jan 2022 14:44:57 +0100 Subject: Added a motus solver --- motus/js/dune | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 motus/js/dune (limited to 'motus/js/dune') diff --git a/motus/js/dune b/motus/js/dune new file mode 100644 index 0000000..9dd3113 --- /dev/null +++ b/motus/js/dune @@ -0,0 +1,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}))) + -- cgit v1.2.3