mirror of
https://github.com/Kitware/CMake.git
synced 2025-07-23 08:07:24 +08:00
9 lines
268 B
ReStructuredText
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.
|