diff options
author | van Hauser <vh@thc.org> | 2020-04-20 16:10:06 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-21 13:14:34 +0200 |
commit | 7dc825dbe96cbff5a64dc2dbc0ef3a68e25452ec (patch) | |
tree | ddaa50a791ed96b84dec138ce9b759b6da6c7dc3 | |
parent | 6b3336d1078de3c4de86ea45383c886bf456c651 (diff) | |
download | afl++-7dc825dbe96cbff5a64dc2dbc0ef3a68e25452ec.tar.gz |
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 49bc35c9..9ec7b6e7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ These build targets exist: * 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 compiled, not downloads (unless not on a checkout) -* deelclean: cleans everything including downloads +* deepclean: 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) |