diff options
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..36f9b41 --- /dev/null +++ b/bin/dune @@ -0,0 +1,6 @@ +(executable + (public_name qsp_parser) + (name main) + (libraries + qsp_syntax + qsp_parser)) |