about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2019-09-13 11:34:50 +0200
committerGitHub <noreply@github.com>2019-09-13 11:34:50 +0200
commit36020c41df88ae863fbc2a148765f9c61c7f8bf8 (patch)
treef728ee952e94bb299bd5fc603009fbcd51dd85cb /Makefile
parent6444bc6a716ea4d00e03c659eb20064550561799 (diff)
parenta67d86c6e2ca58db81f2ddf6d0a4c837be88271d (diff)
downloadafl++-36020c41df88ae863fbc2a148765f9c61c7f8bf8.tar.gz
Merge branch 'master' into persistent_qemu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cb9df5c..5b29906a 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ afl-forkserver.o : src/afl-forkserver.c include/forkserver.h
 afl-sharedmem.o : src/afl-sharedmem.c include/sharedmem.h
 	$(CC) $(CFLAGS) -c src/afl-sharedmem.c
 
-afl-fuzz: include/afl-fuzz.h src/afl-pilot-core.cinc $(AFL_FUZZ_FILES) afl-common.o afl-sharedmem.o afl-forkserver.o $(COMM_HDR) | test_x86
+afl-fuzz: include/afl-fuzz.h $(AFL_FUZZ_FILES) afl-common.o afl-sharedmem.o afl-forkserver.o $(COMM_HDR) | test_x86
 	$(CC) $(CFLAGS) $(AFL_FUZZ_FILES) afl-common.o afl-sharedmem.o afl-forkserver.o -o $@ $(LDFLAGS) $(PYFLAGS)
 
 afl-showmap: src/afl-showmap.c afl-common.o afl-sharedmem.o $(COMM_HDR) | test_x86