diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:03:59 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:11:01 +0100 |
| commit | 65c3db86256b3907404623fe1c52e01c9d12ff97 (patch) | |
| tree | 8cb2d3b063980a9ea7bf4f42806d83e3f6134355 /docs/INSTALL.md | |
| parent | a7694e299a331bd8c4826b2402ee68cd6f83d8f9 (diff) | |
| download | afl++-65c3db86256b3907404623fe1c52e01c9d12ff97.tar.gz | |
Fix punctuation in connection with "e.g."
Diffstat (limited to 'docs/INSTALL.md')
| -rw-r--r-- | docs/INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ab6e735b..c1e22e36 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -69,7 +69,8 @@ These build options exist: * NO_PYTHON - disable python support * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing * AFL_NO_X86 - if compiling on non-intel/amd platforms -* LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian) +* LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config + (e.g., Debian) e.g.: `make ASAN_BUILD=1` |
