From 4f3c417753c7ff40023fcbb2958eb6109ebdd575 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 30 Aug 2019 13:10:04 +0200 Subject: remave the afl-fuzz folder to afl-fuzz-src due to gitignore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 850a6a80..0efdddd1 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ \ -DAFL_PATH=\"$(HELPER_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\" \ -DBIN_PATH=\"$(BIN_PATH)\" -AFL_FUZZ_FILES = $(wildcard src/afl-fuzz/*.c) +AFL_FUZZ_FILES = $(wildcard src/afl-fuzz-src/*.c) PYTHON_INCLUDE ?= /usr/include/python2.7 -- cgit 1.4.1