diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-16 14:39:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-16 14:39:42 +0100 |
commit | 4f262d6540281487f79870aff589ca92f5d2f6c6 (patch) | |
tree | 940e59d943715366d1aa72bb93f248dcd65ab992 /tools/dune |
Initial commit
Diffstat (limited to 'tools/dune')
-rwxr-xr-x | tools/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/dune b/tools/dune new file mode 100755 index 0000000..a2c3fdb --- /dev/null +++ b/tools/dune @@ -0,0 +1,6 @@ +(library + (name tools) + (libraries + gg + ) + ) |