diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-09 14:17:09 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-09 14:17:09 +0200 |
commit | c97caa6e1095a4bce8f0c32108e6e33f7ac240e4 (patch) | |
tree | ecd1113fe6677b54f44eb787f7dc8faa140b3a0a /GNUmakefile | |
parent | c092892488a1ed8e5213b9dcdf3d4da617fe0dd2 (diff) | |
download | afl++-c97caa6e1095a4bce8f0c32108e6e33f7ac240e4.tar.gz |
fix makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 794ebeab..31374c10 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -379,7 +379,7 @@ help: @echo Known build environment options: @echo "==========================================" @echo STATIC - compile AFL++ static - @echo CODE_COVERAGE - compile the target for code coverage (see docs/instrumentation/README.llvm.md) + @echo "CODE_COVERAGE - compile the target for code coverage (see docs/instrumentation/README.llvm.md)" @echo ASAN_BUILD - compiles AFL++ with memory sanitizer for debug purposes @echo UBSAN_BUILD - compiles AFL++ tools with undefined behaviour sanitizer for debug purposes @echo DEBUG - no optimization, -ggdb3, all warnings and -Werror |