diff options
author | polwex <polwex@sortug.com> | 2025-06-23 02:57:35 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-23 02:57:35 +0700 |
commit | d653f488017b1904fb0089d2bf308ae042240f38 (patch) | |
tree | 5475990bc9eb357fa1bc32dfe3f9e83cf16e8a58 /bin/dune | |
parent | 6a0c2449e4c4d22cf18e508bd1f13088a3314ca7 (diff) |
!!!
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,8 +1,7 @@ (executable (public_name combattant) (name main) - (flags - (:standard -cclib -static -cclib -no-pie)) + (modules main) (libraries combattant piaf @@ -10,4 +9,20 @@ eio_main logs.fmt fmt.tty - logs.threaded)) + logs.threaded + caqti-driver-postgresql)) + +(executable + (public_name sordb) + (name mainlite) + (modules mainlite) + (libraries + litedb + combattant + piaf + routes + eio_main + logs.fmt + fmt.tty + logs.threaded + caqti-driver-sqlite3)) |