mdbx-make: support for make help to list available make targets.

Change-Id: I72b92101a494fc7b507f54259c3db69990ce5a2d
This commit is contained in:
Leonid Yuriev
2021-05-01 01:02:28 +03:00
parent 547c8dd3f2
commit dfeb6b5acb
5 changed files with 75 additions and 27 deletions

View File

@@ -372,7 +372,9 @@ are completely traditional and have minimal prerequirements like
`build-essential`, i.e. the non-obsolete C/C++ compiler and a
[SDK](https://en.wikipedia.org/wiki/Software_development_kit) for the
target platform. Obviously you need building tools itself, i.e. `git`,
`cmake` or GNU `make` with `bash`.
`cmake` or GNU `make` with `bash`. For your convenience, `make help`
and `make options` are also available for listing existing targets
and build options respectively.
So just using CMake or GNU Make in your habitual manner and feel free to
fill an issue or make pull request in the case something will be