diff options
| author | van Hauser <vh@thc.org> | 2020-04-19 16:48:42 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-21 13:14:34 +0200 |
| commit | ceeb266273dd9e306ccad730ba84363530ab883f (patch) | |
| tree | 4dbd0ce2d8bca3a017e11dd5665b1d8ba02c1494 /README.md | |
| parent | 9bb0733eb594799726a16537e72e6e32b181c5bc (diff) | |
| download | afl++-ceeb266273dd9e306ccad730ba84363530ab883f.tar.gz | |
clean and deepclean Makefile updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 1e9b61f1..49bc35c9 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,8 @@ These build targets exist: * distrib: everything (for both binary-only and source code fuzzing) * man: creates simple man pages from the help option of the programs * install: installs everything you have compiled with the build options above -* clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well +* clean: cleans everything compiled, not downloads (unless not on a checkout) +* deelclean: cleans everything including downloads * code-format: format the code, do this before you commit and send a PR please! * tests: runs test cases to ensure that all features are still working as they should * unit: perform unit tests (based on cmocka) |
