Skip to content

Commit

Permalink
Fix: formating README's build
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFoo0523 committed Jul 11, 2024
1 parent 50c49a4 commit 0aa58c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To mutate all of the `.cc` files in the library use the following command:
${DREDD_EXECUTABLE} -p build math/src/*.cc --mutation-info-file mutant-info.json
```

The `-p` option allows the compilation database generated by CMake above to be passed to Dredd: the `compile_commands.json` file in build will be used as a compilation database.
The `-p` option allows the compilation database generated by CMake above to be passed to Dredd: the `compile_commands.json` file in `build` will be used as a compilation database.
This is so that Dredd knows the correct compiler options to use when processing each source file.

You can run `git status` to see which files have changed, and `git diff` to see
Expand Down

0 comments on commit 0aa58c8

Please sign in to comment.