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