mte/unikernel/duniverse/dune_/example/with-configure-step.t/dune

10 lines
201 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(rule
(mode fallback)
(targets config)
(action (copy config.defaults %{targets})))
(rule
(targets config.full)
(deps config_common.ml config)
(action (run ocaml %{dep:real_configure.ml})))