mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
17 lines
293 B
Text
17 lines
293 B
Text
(executable
|
|
(name mkflags)
|
|
(modules mkflags)
|
|
(libraries dune.configurator))
|
|
|
|
(env
|
|
(_ (flags :standard -warn-error -3)))
|
|
|
|
(rule
|
|
(targets flambda.flags)
|
|
(mode fallback)
|
|
(action (run ./mkflags.exe)))
|
|
|
|
(executable
|
|
(name mdx_runner)
|
|
(libraries containers)
|
|
(modules mdx_runner))
|