diff options
| author | Federico Igne <undyamon@disroot.org> | 2023-12-30 17:54:38 +0100 |
|---|---|---|
| committer | Federico Igne <undyamon@disroot.org> | 2023-12-30 17:55:02 +0100 |
| commit | 5696fd843de1bfeae6d9d74a478181b943bbb574 (patch) | |
| tree | 6a5583a1d06755ac21efd70e78b843315c9f79b6 /bin/dune | |
| parent | eda08bdd6fd3b2e441b5e9f1ad6cca45734d77cd (diff) | |
| download | sandy-5696fd843de1bfeae6d9d74a478181b943bbb574.tar.gz sandy-5696fd843de1bfeae6d9d74a478181b943bbb574.zip | |
feat: add project structure
Diffstat (limited to 'bin/dune')
| -rw-r--r-- | bin/dune | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..d802869 --- /dev/null +++ b/bin/dune | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | (executable | ||
| 2 | (public_name sand) | ||
| 3 | (name main) | ||
| 4 | (libraries sand)) | ||
