This commit is contained in:
zapashcanon 2017-06-30 23:33:37 +02:00 committed by David Allsopp
parent 97a855524c
commit e71ad02f02
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ This feature requires [opam][opam].
[Jenga][jenga] is another build system for OCaml that has more [Jenga][jenga] is another build system for OCaml that has more
advanced features such as polling or much better editor advanced features such as polling or much better editor
integration. Jenga is more powerful and more complex and as a result integration. Jenga is more powerful and more complex and as a result
as much more dependencies. It is planned to implement a small bridge has many more dependencies. It is planned to implement a small bridge
between the two so that a Jbuilder project can build with Jenga using between the two so that a Jbuilder project can build with Jenga using
this bridge. this bridge.
@ -154,7 +154,7 @@ FAQ
### Why do many Jbuilder projects contain a Makefile? ### Why do many Jbuilder projects contain a Makefile?
Many Jbuilder project contain a toplevel `Makefile`. It is often only Many Jbuilder project contain a toplevel `Makefile`. It is often only
there only for convenience, for the following reasons: there for convenience, for the following reasons:
1. there are many different build systems out there, all with a 1. there are many different build systems out there, all with a
different CLI. If you have been hacking for a long time, the one different CLI. If you have been hacking for a long time, the one