mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/cmdliner-dep-conf.t/dune
2025-11-11 02:07:51 +01:00

15 lines
257 B
Text
Executable file

(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"))))