diff options
Diffstat (limited to 'shapes/dune')
-rwxr-xr-x | shapes/dune | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shapes/dune b/shapes/dune new file mode 100755 index 0000000..d03a217 --- /dev/null +++ b/shapes/dune @@ -0,0 +1,7 @@ +(library + (name shapes) + (libraries + tools + matrix + ) + ) |