about summary refs log tree commit diff
path: root/custom_mutators/aflpp/standalone/Makefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-08-28 13:17:43 +0200
committervanhauser-thc <vh@thc.org>2024-08-28 13:17:49 +0200
commit72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2 (patch)
tree0448978c3e713199992cf30c779bd038eb0e615c /custom_mutators/aflpp/standalone/Makefile
parent088dd6476ce3d086531633a39bb5daccc6f0415e (diff)
downloadafl++-72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2.tar.gz
improve aflpp-standalone
Diffstat (limited to 'custom_mutators/aflpp/standalone/Makefile')
-rw-r--r--custom_mutators/aflpp/standalone/Makefile2
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