Merge pull request #296 from zenhack/doc-exe-clarification

Clarify use of the .exe extension in the documentation
This commit is contained in:
François Bobot 2017-10-26 13:17:04 +02:00 committed by GitHub
commit 4363fb0b12
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ And build it with:
jbuilder build hello_world.exe
The executable will be built as ``_build/default/hello_world.exe``
The executable will be built as ``_build/default/hello_world.exe``. Note that
native code executables will have the ``.exe`` extension on all platforms
(including non-Windows systems).
Building a hello world program using Lwt
========================================