about summary refs log tree commit diff
path: root/custom_mutators/aflpp/standalone/Makefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-15 15:11:16 +0200
committervanhauser-thc <vh@thc.org>2023-05-15 15:11:34 +0200
commitd1ec5dc089ff29e596083a90fa64dcd77060e6bc (patch)
tree7283d216c1e57aed85539e1e096223919206abd9 /custom_mutators/aflpp/standalone/Makefile
parent400c5e92cb5ed304a2c14a79597100850cf9f82c (diff)
downloadafl++-d1ec5dc089ff29e596083a90fa64dcd77060e6bc.tar.gz
standalone mutator
Diffstat (limited to 'custom_mutators/aflpp/standalone/Makefile')
-rw-r--r--custom_mutators/aflpp/standalone/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/custom_mutators/aflpp/standalone/Makefile b/custom_mutators/aflpp/standalone/Makefile
new file mode 100644
index 00000000..f1e99445
--- /dev/null
+++ b/custom_mutators/aflpp/standalone/Makefile
@@ -0,0 +1,10 @@
+
+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
+
+clean:
+	rm -f *.o *~ aflpp-standalone core