aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-25 08:43:49 +0100
committerhexcoder- <heiko@hexco.de>2020-02-25 08:43:49 +0100
commita540bae7a9af6f17630190127d053945b1ddeb25 (patch)
treef26a49ac33be5ca3dd6256dc640bb8af59b65fc1 /Makefile
parent891b568678848f17e2502758569781f78b4fc0a2 (diff)
downloadAFLplusplus-a540bae7a9af6f17630190127d053945b1ddeb25.tar.gz
left over README reference fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9d4bf5a..fea6f5c0 100644
--- a/Makefile
+++ b/Makefile
@@ -344,7 +344,7 @@ endif
all_done: test_build
- @if [ ! "`which clang 2>/dev/null`" = "" ]; then echo "[+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc."; fi
+ @if [ ! "`which clang 2>/dev/null`" = "" ]; then echo "[+] LLVM users: see llvm_mode/README.md for a faster alternative to afl-gcc."; fi
@echo "[+] All done! Be sure to review the README.md - it's pretty short and useful."
@if [ "`uname`" = "Darwin" ]; then printf "\nWARNING: Fuzzing on MacOS X is slow because of the unusually high overhead of\nfork() on this OS. Consider using Linux or *BSD. You can also use VirtualBox\n(virtualbox.org) to put AFL inside a Linux or *BSD VM.\n\n"; fi
@! tty <&1 >/dev/null || printf "\033[0;30mNOTE: If you can read this, your terminal probably uses white background.\nThis will make the UI hard to read. See docs/status_screen.md for advice.\033[0m\n" 2>/dev/null