mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
10 lines
300 B
ReStructuredText
10 lines
300 B
ReStructuredText
=======================
|
|
``Makefile.[unix|win]``
|
|
=======================
|
|
|
|
Unix.mk is the Makefile used when building NuttX in Unix-like systems.
|
|
It is selected from the top-level Makefile.
|
|
|
|
Win.mk is the Makefile used when building natively under Windows.
|
|
It is selected from the top-level Makefile.
|
|
|