about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-30 13:10:04 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-30 13:10:04 +0200
commit4f3c417753c7ff40023fcbb2958eb6109ebdd575 (patch)
tree8f7f55ec402549fd986117c37669f1272b2493fb /Makefile
parent113fc168ab02f5241522a74c06bc8fb21fcafc55 (diff)
downloadafl++-4f3c417753c7ff40023fcbb2958eb6109ebdd575.tar.gz
remave the afl-fuzz folder to afl-fuzz-src due to gitignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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