Change mkcppproj to mkproj
Other project types can and will be possible in the future.
This commit is contained in:
parent
93f11efcc1
commit
d2b64fdc5a
@ -4,11 +4,11 @@ Generic project templates for tools, filters, libraries in C++.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Type `make` to install the `mkcppproj` tool and its man page.
|
Type `make` to install the `mkproj` tool and its man page.
|
||||||
|
|
||||||
## Overview
|
## 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:
|
The tool can be:
|
||||||
|
|
||||||
- a simple experiment, to test some idea;
|
- a simple experiment, to test some idea;
|
||||||
@ -46,4 +46,4 @@ Available Make targets are:
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
`man mkcppproj`
|
`man mkproj`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user