mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
4760bf1262
* batch * Update pages/common/audacious.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --------- Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
365 B
365 B
dune
A build system for OCaml programs. More information: https://dune.readthedocs.io/en/stable/reference/cli.html.
- Build all targets:
dune build
- Clean up the workspace:
dune clean
- Run all tests:
dune runtest
- Start the utop REPL with compiled modules automatically loaded into it, to remove the need to load them by hand:
dune utop