diff options
Diffstat (limited to 'css/dune')
-rwxr-xr-x | css/dune | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/css/dune b/css/dune new file mode 100755 index 0000000..65a9c41 --- /dev/null +++ b/css/dune @@ -0,0 +1,19 @@ +(executable + (name merger) + (libraries + brr + brr.note + elements + blog + Css + css_lib + ) + (modes js) + (preprocess (pps js_of_ocaml-ppx)) + (link_flags (:standard -no-check-prims)) + ) + +(rule + (targets css.js) + (deps merger.bc.js) + (action (copy %{deps} %{targets}))) |