Small clarifications
This commit is contained in:
parent
1517c01832
commit
9fadf2548b
@ -3,7 +3,7 @@
|
||||
Generic project templates for tools, filters, libraries in C++.
|
||||
|
||||
> [!Note]
|
||||
> Alpha status, incomplete. Currently work is underway for the Makefile and script.
|
||||
> Alpha status, INCOMPLETE. Currently work is underway for the Makefile and script.
|
||||
|
||||
## Installation
|
||||
|
||||
@ -35,8 +35,9 @@ the Makefile).
|
||||
The `premake.make` typically defines some Make variables, whereas the
|
||||
`postmake.make` typically contains extra Make targets.
|
||||
|
||||
The `premake.make` is mandatory, because it defines the name of the tool or
|
||||
library, and its version. This is also where you declare external dependencies.
|
||||
The `premake.make` is mandatory, because it defines the **name** of the tool or
|
||||
library, and its **version**. This is also where you declare external
|
||||
dependencies.
|
||||
|
||||
Available Make targets are:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user