diff options
author | van Hauser <vh@thc.org> | 2020-04-20 16:10:06 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-20 16:10:06 +0200 |
commit | 4f997665f176d5870ab53c028e5899ae1c520d54 (patch) | |
tree | ddaa50a791ed96b84dec138ce9b759b6da6c7dc3 | |
parent | b6a15d9719fd93ebbc885b9c53ae21f7bd325ee0 (diff) | |
download | afl++-4f997665f176d5870ab53c028e5899ae1c520d54.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) |