mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
8 lines
141 B
Bash
8 lines
141 B
Bash
# Edit this for your own project dependencies
|
|
OPAM_DEPENDS="ocamlfind ocamlbuild"
|
|
|
|
opam install ${OPAM_DEPENDS}
|
|
|
|
make lib
|
|
make bin
|
|
make test
|