Change mkcppproj to mkproj

Other project types can and will be possible in the future.
This commit is contained in:
Bob Polis 2024-12-23 16:14:51 +01:00
parent 93f11efcc1
commit d2b64fdc5a

View File

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