mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
12 lines
199 B
Text
12 lines
199 B
Text
(rule
|
|
(mode promote)
|
|
(deps
|
|
(:dep README.cpp.md)
|
|
(source_tree lev/examples/))
|
|
(target README.md)
|
|
(action
|
|
(run cppo -n %{dep} -o %{target})))
|
|
|
|
(env
|
|
(_
|
|
(flags :standard -alert -unstable)))
|