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