From b3bfa82ccb818a1d7760f092025288d7a147ce2b Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 10 Dec 2019 15:21:51 -0600 Subject: [PATCH] use older dune dialect --- dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune b/dune index 66a45a5e..2dd4be13 100644 --- a/dune +++ b/dune @@ -1,7 +1,7 @@ (rule - (target README.md.corrected) + (targets README.md.corrected) (deps (package containers)) - (action (run ocaml-mdx test %{dep:README.md} -o %{target}))) + (action (run ocaml-mdx test %{dep:README.md} -o %{targets}))) (alias (name runtest)