aboutsummaryrefslogtreecommitdiff
path: root/shapes/tools/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-09 11:35:02 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-09 11:35:02 +0100
commitc734c1b30fd1c58a0d42020859be31d89b92bcd0 (patch)
treec5a8e7e04347122f759d651f63e042b73e4b9f5b /shapes/tools/dune
parent32618a5ce8e2b306af102e4c16711b090c36b840 (diff)
Moved tools library inside the shapes one
Diffstat (limited to 'shapes/tools/dune')
-rwxr-xr-xshapes/tools/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/shapes/tools/dune b/shapes/tools/dune
new file mode 100755
index 0000000..a2c3fdb
--- /dev/null
+++ b/shapes/tools/dune
@@ -0,0 +1,6 @@
+(library
+ (name tools)
+ (libraries
+ gg
+ )
+ )