mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
8 lines
199 B
Text
8 lines
199 B
Text
(rule
|
|
(target README.md.corrected)
|
|
(deps (package containers))
|
|
(action (run ocaml-mdx test %{dep:README.md} -o %{target})))
|
|
|
|
(alias
|
|
(name runtest)
|
|
(action (diff README.md README.md.corrected)))
|