aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-03 20:02:03 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-03 20:02:03 +0000
commitd0d6d421a2bd4d8e338767e8afe0c10c4df53c37 (patch)
tree5724a042b4f3b15290fcacb286e02c3e5c26fe94 /README.md
parentadded a new command (diff)
downloadmutator-d0d6d421a2bd4d8e338767e8afe0c10c4df53c37.tar.gz
mutator-d0d6d421a2bd4d8e338767e8afe0c10c4df53c37.zip
fixed and updated
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a40b53a..19d124d 100644
--- a/README.md
+++ b/README.md
@@ -269,7 +269,7 @@ You can run the sample action file with this:<br/>
Currently, the mutation-only features(mutation for the sake of mutation, technically implementing Misra-C is also a form of mutation) are turned off in **mutator** and **mutator-lvl2** though some automatic code refactoring features work in both executables. Just run a sample code through **mutator** and then **mutator-lvl2** for a demo.<br/>
<br/>
-If your code needs a compilation database for clang to understand it and you don't have one,you can use [Bear](https://github.com/rizsotto/Bear). Please note that bear will capture what the make runs, not what is in the makefile. So run `make clean` before invoking `bear make target`.<br/>
+If your code needs a compilation database for clang to understand it and you don't have one,you can use [Bear](https://github.com/rizsotto/Bear). Please note that bear will capture what the make runs, not what is in the makefile. So run `make clean` before invoking `bear make target`. `cmake` can also generate compilation databases if you are using it.<br/>
### Implementation Notes
This part contains notes regarding the implementation of the mutator executables.