diff options
| author | van Hauser <vh@thc.org> | 2019-12-02 14:50:00 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-12-02 14:50:00 +0100 |
| commit | 60c8121c1d4172528f5713c486d5dd3f809ec8ac (patch) | |
| tree | a35e200f4c90593b02ebf7b7f737472e42738b81 /Makefile | |
| parent | 124ec8d297269b6b3066123782a7e92c802d2248 (diff) | |
| download | afl++-60c8121c1d4172528f5713c486d5dd3f809ec8ac.tar.gz | |
add code-format target to make help
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 58655cd8..ab1b74ec 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ help: @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" @echo "clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well" + @echo "code-format: format the code, do this before you commit and send a PR please!" @echo "tests: this runs the test framework. It is more catered for the developers, but if you run into problems this helps pinpointing the problem" @echo "document: creates afl-fuzz-document which will only do one run and save all manipulated inputs into out/queue/mutations" @echo "help: shows these build options :-)" |
