readme.md: reformatting

This commit is contained in:
Daniel Marjamäki 2013-12-26 19:02:13 +01:00
parent 56f08a5bdb
commit caa1bc184a
1 changed files with 6 additions and 7 deletions

View File

@ -73,18 +73,17 @@ make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes
``` ```
Flags: Flags:
1. SRCDIR=build
SRCDIR=build Python is used to optimise cppcheck
> Python is used to optimise cppcheck 2. CFGDIR=cfg
CFGDIR=cfg Specify folder where .cfg files are found
> Specify folder where .cfg files are found 3. HAVE_RULES=yes
HAVE_RULES=yes Enable rules (pcre is required if this is used)
> Enable rules (pcre is required if this is used)
### g++ (for experts) ### g++ (for experts)