cmake/Help/generator/Unix Makefiles.rst
2019-11-11 23:01:05 +01: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.