linol/submodules/lev/dune
Simon Cruanes 7fbc187548 Squashed 'thirdparty/lsp/' content from commit aae69863
git-subtree-dir: thirdparty/lsp
git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
2025-04-10 15:44:25 -04:00

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)))