2025-09-13 15:56:19 +02:00
|
|
|
(executable
|
|
|
|
|
(public_name mte)
|
|
|
|
|
(name mte)
|
2025-09-23 20:58:34 +02:00
|
|
|
(modules assets assets_crunch mte config util syntax)
|
2025-09-15 23:41:36 +02:00
|
|
|
(libraries vif fmt jsont cohttp))
|
2025-09-13 19:32:30 +02:00
|
|
|
|
|
|
|
|
(rule
|
2025-09-23 20:58:34 +02:00
|
|
|
(target assets_crunch.ml)
|
2025-09-13 19:32:30 +02:00
|
|
|
(deps
|
|
|
|
|
(source_tree assets))
|
|
|
|
|
(action
|
|
|
|
|
(with-stdout-to
|
|
|
|
|
%{null}
|
|
|
|
|
(run ocaml-crunch -m plain assets -o %{target}))))
|