From e1183be22ec38e180ec86737e204c5effbc1648b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 8 Aug 2019 10:43:27 +0200 Subject: documentation update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e92de81..5c5d7fb2 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ ifndef AFL_NO_X86 test_build: afl-gcc afl-as afl-showmap @echo "[*] Testing the CC wrapper and instrumentation output..." unset AFL_USE_ASAN AFL_USE_MSAN AFL_CC; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./$(TEST_CC) $(CFLAGS) test-instr.c -o test-instr $(LDFLAGS) - ./afl-showmap -m none -q -o .test-instr0 ./test-instr to troubleshoot the issue."; echo; exit 1; fi -- cgit 1.4.1