mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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
|
(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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue