1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-07-23 08:07:24 +08:00
CMake/Help/generator/Unix Makefiles.rst
2019-04-04 15:13:58 +02:00

9 lines
268 B
ReStructuredText

Unix Makefiles
--------------
Generates standard UNIX makefiles.
A hierarchy of UNIX makefiles is generated into the build tree. Any
standard UNIX-style make program can build the project through the
default ``all`` target. An ``install`` target is also provided.