diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-10-10 21:46:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 21:46:15 +0200 |
commit | 61a84e15ea5a798a5667c67ccfc843499e288a9b (patch) | |
tree | b70323f4b962dee6cb51bea0006055987409f00a | |
parent | f7bdb6555d74cde1632497c6bcb92b07aac1b3b6 (diff) | |
download | afl++-61a84e15ea5a798a5667c67ccfc843499e288a9b.tar.gz |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 4c04e1b6..9acddd4c 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,7 @@ These build options exist: * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well * help: shows these build options -[https://developer.apple.com/library/archive/qa/qa1118/_index.html](Unless -you are on Mac OS X) you can also build statically linked versions of the +[Unless you are on Mac OS X](https://developer.apple.com/library/archive/qa/qa1118/_index.html) you can also build statically linked versions of the afl++ binaries by passing the STATIC=1 argument to make: ```shell |