add justfile
This commit is contained in:
parent
2f6374e0f3
commit
444256a8bc
1 changed files with 13 additions and 0 deletions
13
justfile
Normal file
13
justfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue