Skip to content

Instantly share code, notes, and snippets.

@Leonidas-from-XIV
Created January 28, 2019 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leonidas-from-XIV/89ab6ff8d49d21f0b2736e627f8061e5 to your computer and use it in GitHub Desktop.
Save Leonidas-from-XIV/89ab6ff8d49d21f0b2736e627f8061e5 to your computer and use it in GitHub Desktop.
Dune run custom binary
;; 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