about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-09-08 00:17:28 +0200
committerhexcoder- <heiko@hexco.de>2019-09-08 00:17:28 +0200
commit4721617fd66278748992f283bb88a9ec2ba73ebe (patch)
treeb7e07a833aa0d637a44e376014d66c448ba9cdc7 /Makefile
parentb82ff2d7e7d671d24f1fb86b8159942355f87df3 (diff)
downloadafl++-4721617fd66278748992f283bb88a9ec2ba73ebe.tar.gz
refactoring for unification of pilot_fuzzing() and core_fuzzing()
fast method with macro template, review required
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b29906a..6cb9df5c 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 $(AFL_FUZZ_FILES) afl-common.o afl-sharedmem.o afl-forkserver.o $(COMM_HDR) | test_x86
+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
 	$(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