From caa1bc184a2bc69f3a3e043b12c6e54fe5f9578f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 26 Dec 2013 19:02:13 +0100 Subject: [PATCH] readme.md: reformatting --- readme.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 98f070b76..ca180b6c3 100644 --- a/readme.md +++ b/readme.md @@ -73,18 +73,17 @@ make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes ``` 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)