Add simple justfile

This commit is contained in:
Bryan Bennett 2024-01-08 14:54:03 -05:00
parent 897ae138ea
commit 21c8ff71e5
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
2 changed files with 6 additions and 0 deletions

5
Justfile Normal file
View file

@ -0,0 +1,5 @@
build:
@dune build
fmt:
@dune build @fmt --auto-promote

View file

@ -29,6 +29,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = [ self'.packages.default ];
packages = [
pkgs.just
pkgs.ocamlPackages.dune_3
pkgs.ocamlPackages.findlib
pkgs.ocamlPackages.ocaml