diff options
| author | hexcoder- <heiko@hexco.de> | 2019-10-22 20:21:04 +0200 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2019-10-22 20:21:04 +0200 |
| commit | 3ec1baee65553d83e03cd42d08a6151775b25665 (patch) | |
| tree | 07601d2040387b98bab34ee1b2e4a4bfd25e1081 /Makefile | |
| parent | 374f6610270a0434afe4931077e49efd9284e013 (diff) | |
| download | afl++-3ec1baee65553d83e03cd42d08a6151775b25665.tar.gz | |
gcc_plugin adaptions Makefile help, man page SYNOPSIS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3b75ac53..c4269d6b 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ help: @echo "==========================================" @echo "all: just the main afl++ binaries" @echo "binary-only: everything for binary-only fuzzing: qemu_mode, unicorn_mode, libdislocator, libtokencap" - @echo "source-only: everything for source code fuzzing: llvm_mode, libdislocator, libtokencap" + @echo "source-only: everything for source code fuzzing: llvm_mode, gcc_plugin, libdislocator, libtokencap" @echo "distrib: everything (for both binary-only and source code fuzzing)" @echo "man: creates simple man pages from the help option of the programs" @echo "install: installs everything you have compiled with the build option above" |
