blob: 6b09d5d98b52c70bc274ec5957d86b8a99701d30 (
plain)
1
2
3
4
5
6
7
8
9
|
(library
(name tuto3_plugin)
(public_name coq.plugins.tutorial.p3)
(libraries coq.plugins.ltac))
(rule
(targets g_tuto3.ml)
(deps (:pp-file g_tuto3.mlg))
(action (run coqpp %{pp-file})))
|