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