add justfile

master
Fabien Freling 2020-09-03 19:12:15 +02:00
parent 2f6374e0f3
commit 444256a8bc
1 changed files with 13 additions and 0 deletions

13
justfile Normal file
View File

@ -0,0 +1,13 @@
# 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