From 72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 28 Aug 2024 13:17:43 +0200 Subject: improve aflpp-standalone --- custom_mutators/aflpp/standalone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom_mutators/aflpp/standalone/Makefile') 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 -- cgit 1.4.1