mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
use older dune dialect
This commit is contained in:
parent
58a17202d7
commit
b3bfa82ccb
1 changed files with 2 additions and 2 deletions
4
dune
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue