Improve developer's docs by adding info about new make targets:

cppcheck and indent.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2013-10-09 15:20:19 +03:00 committed by Andrew Borodin
parent bd69b8dd31
commit 3feb3f26d6
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Please run the following command:
make indent
in the build root directory before each new commit.

View File

@ -1,2 +1,7 @@
This directory contains files used to maintain the project.
It should not be included into any releases or even snapshots.
Please run periodically the following command:
make cppcheck
in the build root directory. Fix as possible all code analysis
issues which found by the command.