aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-02 17:40:23 +0200
committervan Hauser <vh@thc.org>2019-09-02 17:40:23 +0200
commit1652831f1de2fcf13184162503bb764bd610914c (patch)
tree11612f5023c53d40ca8e771f73bc9723cc6f149f /Makefile
parent39c4bb7a49d22c66b3cb613fb13329ec7a6dc16d (diff)
downloadAFLplusplus-1652831f1de2fcf13184162503bb764bd610914c.tar.gz
afl-fuzz-src/* -> src/afl-fuzz* rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14342129..6eb6f871 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)\" -Wno-unused-function
-AFL_FUZZ_FILES = $(wildcard src/afl-fuzz-src/*.c)
+AFL_FUZZ_FILES = $(wildcard src/afl-fuzz*.c)
PYTHON_INCLUDE ?= /usr/include/python2.7