diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:09:14 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:15:44 +0100 |
commit | 5d5549c168af51195e66bf67cc5b23382b8c7d52 (patch) | |
tree | 6268ecee9135854b209a5533eeb99540b7955f31 /lib/application/dune | |
parent | 58e892fb0159c42740ae92a642f7eb76245950a6 (diff) |
Changed the organisation in the applications
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 + ) + ) |