diff options
author | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-06 03:08:10 -0300 |
---|---|---|
committer | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-06 03:15:27 -0300 |
commit | 606f39cb00766e5be46b38e3c3034e702c3795e6 (patch) | |
tree | 83a85fbb43b8da3980ed44bd7848c491af3e70fc /bin/dune | |
parent | db882cae080d3820f1723a711398c21db27f826a (diff) |
chore: rename app
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ (executable - (public_name rinha) + (public_name combattant) (name main) (flags (:standard -cclib -static -cclib -no-pie)) (libraries - rinha + combattant piaf routes eio_main |