From d2b64fdc5a4a6d6627d67a680aaa62b88f2876ae Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 23 Dec 2024 16:14:51 +0100 Subject: [PATCH] Change mkcppproj to mkproj Other project types can and will be possible in the future. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8322830..cb0c8ae 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Generic project templates for tools, filters, libraries in C++. ## Installation -Type `make` to install the `mkcppproj` tool and its man page. +Type `make` to install the `mkproj` tool and its man page. ## Overview -With `mkcppproj`, you can create a C++ project for a tool or a library. +With `mkproj`, you can create a C++ project for a tool or a library. The tool can be: - a simple experiment, to test some idea; @@ -46,4 +46,4 @@ Available Make targets are: ## Documentation -`man mkcppproj` +`man mkproj`