diff options
| author | Yves Bertot | 2018-11-07 08:22:02 +0100 |
|---|---|---|
| committer | GitHub | 2018-11-07 08:22:02 +0100 |
| commit | f8b340ee5d1adce859f5b394c736f7cd60e0b9fb (patch) | |
| tree | ffb765f06c15bbfb9a7e0ae128cc09c50ddf9c8a /tuto3/src/dune | |
| parent | a5116a4ad9689af0906e463786f2a5ccca4a35be (diff) | |
| parent | b39a7c75a9d90b0fa4446fcefd6708d32271dad2 (diff) | |
Merge pull request #16 from ejgallego/dunerize
[dune] Add support for building with Dune for the ML part.
Diffstat (limited to 'tuto3/src/dune')
| -rw-r--r-- | tuto3/src/dune | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tuto3/src/dune b/tuto3/src/dune new file mode 100644 index 0000000000..6b09d5d98b --- /dev/null +++ b/tuto3/src/dune @@ -0,0 +1,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}))) |
