use older dune dialect

This commit is contained in:
Simon Cruanes 2019-12-10 15:21:51 -06:00 committed by GitHub
parent 58a17202d7
commit b3bfa82ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dune
View file

@ -1,7 +1,7 @@
(rule (rule
(target README.md.corrected) (targets README.md.corrected)
(deps (package containers)) (deps (package containers))
(action (run ocaml-mdx test %{dep:README.md} -o %{target}))) (action (run ocaml-mdx test %{dep:README.md} -o %{targets})))
(alias (alias
(name runtest) (name runtest)