vg-store/justfile

14 lines
207 B
Makefile

# vim: set ft=make :
bootstrap:
echo "eval $(opam env)" > .envrc
direnv allow
opam create . "4.11.1"
opam install --deps-only .
build:
dune build src/main.exe
run: build
_build/default/src/main.exe