From 9fadf2548b1c2837f980d095911768dbfd05d3b2 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 24 Dec 2024 10:38:06 +0100 Subject: [PATCH] Small clarifications --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: