let
make_and_copy_bin bin =
fun
~path
->
KEDSL
.
Program
.( sh
"make"
&&
shf
"cp %s %s"
bin path)