diff options
author | vanhauser-thc <vh@thc.org> | 2024-08-28 13:17:43 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-08-28 13:17:49 +0200 |
commit | 72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2 (patch) | |
tree | 0448978c3e713199992cf30c779bd038eb0e615c /custom_mutators/aflpp/standalone/Makefile | |
parent | 088dd6476ce3d086531633a39bb5daccc6f0415e (diff) | |
download | afl++-72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2.tar.gz |
improve aflpp-standalone
Diffstat (limited to 'custom_mutators/aflpp/standalone/Makefile')
-rw-r--r-- | custom_mutators/aflpp/standalone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/aflpp/standalone/Makefile b/custom_mutators/aflpp/standalone/Makefile index f1e99445..d7bc840d 100644 --- a/custom_mutators/aflpp/standalone/Makefile +++ b/custom_mutators/aflpp/standalone/Makefile @@ -4,7 +4,7 @@ CFLAGS = -O3 -funroll-loops -fPIC all: aflpp-standalone aflpp-standalone: aflpp-standalone.c - $(CC) $(CFLAGS) -I../../../include -I. -o aflpp-standalone aflpp-standalone.c ../../../src/afl-performance.c + $(CC) $(CFLAGS) -DBIN_PATH=\"foo\" -I../../../include -I. -o aflpp-standalone aflpp-standalone.c ../../../src/afl-performance.c ../../../src/afl-fuzz-extras.c ../../../src/afl-common.c clean: rm -f *.o *~ aflpp-standalone core |