Hello,
Let’s say my project has libraries lib1, lib2 and lib3
and executables exe1, exe2 and exe3.
How do I tell jbuilder to build only exe1?
How do I tell jbuilder to build only lib3?
With my previous ocaml build tool of choice:
obuild build exe-exe1
obuild build lib-lib3
Thanks!