diff options
| author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-09-13 11:34:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-13 11:34:50 +0200 |
| commit | 36020c41df88ae863fbc2a148765f9c61c7f8bf8 (patch) | |
| tree | f728ee952e94bb299bd5fc603009fbcd51dd85cb /Makefile | |
| parent | 6444bc6a716ea4d00e03c659eb20064550561799 (diff) | |
| parent | a67d86c6e2ca58db81f2ddf6d0a4c837be88271d (diff) | |
| download | afl++-36020c41df88ae863fbc2a148765f9c61c7f8bf8.tar.gz | |
Merge branch 'master' into persistent_qemu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |
