diff --git a/README.md b/README.md index 5025209..1be85c8 100644 --- a/README.md +++ b/README.md @@ -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: