From 3b3df4e3cb0ce3e6ea728b68694b579e15cd00f7 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 1 Sep 2019 20:34:20 +0200 Subject: afl-fuzz-src bitmap and queue C files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0efdddd1..14342129 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ SH_PROGS = afl-plot afl-cmin afl-whatsup afl-system-config CFLAGS ?= -O3 -funroll-loops CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ \ -DAFL_PATH=\"$(HELPER_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\" \ - -DBIN_PATH=\"$(BIN_PATH)\" + -DBIN_PATH=\"$(BIN_PATH)\" -Wno-unused-function AFL_FUZZ_FILES = $(wildcard src/afl-fuzz-src/*.c) -- cgit 1.4.1