From 56f08a5bdba399ea78aa8b2b6467f98fca7f3200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 26 Dec 2013 18:56:02 +0100 Subject: [PATCH] readme.md: reformatting --- readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 69838a53a..98f070b76 100644 --- a/readme.md +++ b/readme.md @@ -73,9 +73,18 @@ make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes ``` Flags: -SRCDIR=build : Python is used to optimise cppcheck -CFGDIR=cfg : Specify folder where .cfg files are found -HAVE_RULES=yes : Enable rules (pcre is required if this is used) + +SRCDIR=build + +> Python is used to optimise cppcheck + +CFGDIR=cfg + +> Specify folder where .cfg files are found + +HAVE_RULES=yes + +> Enable rules (pcre is required if this is used) ### g++ (for experts)