mirror of https://github.com/MidnightCommander/mc
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:
parent
bd69b8dd31
commit
3feb3f26d6
|
@ -0,0 +1,4 @@
|
|||
Please run the following command:
|
||||
make indent
|
||||
in the build root directory before each new commit.
|
||||
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue