diff options
| author | van Hauser <vh@thc.org> | 2019-09-17 07:33:48 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-09-17 07:33:48 +0200 |
| commit | c8173eb9ece9cf3bcc499347929405913d8431b3 (patch) | |
| tree | 4e2f26469a78a4024d79dbde12a1bf9c75d788ab /Makefile | |
| parent | 832c784a705d7cb67606a8ff783151541338789f (diff) | |
| download | afl++-c8173eb9ece9cf3bcc499347929405913d8431b3.tar.gz | |
make help
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 44258a4f..da4c5e95 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,20 @@ endif all: test_x86 test_shm test_python27 ready $(PROGS) afl-as test_build all_done +help: + @echo "HELP --- the following make targets exist:" + @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 "distrib: everything (for both binary-only and source code fuzzing)" + @echo "install: installs everything you have compiled with the build option above" + @echo "clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well" + @echo "help: shows these build options :-)" + @echo "==========================================" + @echo "Recommended: \"distrib\" or \"source-only\", then \"install\"" + + ifndef AFL_NO_X86 test_x86: |
