Small clarifications

This commit is contained in:
Bob Polis 2024-12-24 10:38:06 +01:00
parent 1517c01832
commit 9fadf2548b

View File

@ -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: