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