mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
14 lines
218 B
Text
14 lines
218 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))
|
|
)
|