diff options
Diffstat (limited to 'lib/application/dune')
-rwxr-xr-x | lib/application/dune | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/application/dune b/lib/application/dune new file mode 100755 index 0000000..4661283 --- /dev/null +++ b/lib/application/dune @@ -0,0 +1,8 @@ +(library + (name application) + (libraries + brr + brr.note + elements + ) + ) |