mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/cmdliner-dep-conf.t/dune

16 lines
257 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(rule
(alias foo)
(action (echo Hello!)))
(rule
(targets foo.txt)
(mode promote-until-clean)
(action
(with-stdout-to %{targets} (echo "Foo"))))
(rule
(targets @bar)
(mode promote-until-clean)
(action
(with-stdout-to %{targets} (echo "Bar"))))