-
-
Save Leonidas-from-XIV/89ab6ff8d49d21f0b2736e627f8061e5 to your computer and use it in GitHub Desktop.
Dune run custom binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; probably not how to do it | |
(executable | |
(name bench) | |
(flags (-safe-string)) | |
(libraries yojson core_bench core)) | |
(alias | |
(name bench) | |
(deps bench.json) | |
(action (run ./bench.exe))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment