mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 06:31:24 +01:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
build:
|
|
@dune build
|
|
|
|
test:
|
|
@dune test --instrument-with bisect_ppx -f
|
|
@bisect-ppx-report html
|
|
@bisect-ppx-report summary --per-file
|
|
|
|
fmt:
|
|
@dune build @fmt --auto-promote
|