about summary refs log tree commit diff
path: root/examples/custom_mutators/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-23 10:47:17 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-23 10:47:17 +0100
commitf32d1022bd3e92551f523941f82525cf37389949 (patch)
tree1b369089e3404313e45eeec26a3f09defcf3844f /examples/custom_mutators/Makefile
parentee9447de01df3f2268c6d4e494d125bad5192de6 (diff)
downloadafl++-f32d1022bd3e92551f523941f82525cf37389949.tar.gz
surgical_havoc_mutate() in custom mutator helpers
Diffstat (limited to 'examples/custom_mutators/Makefile')
-rw-r--r--examples/custom_mutators/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/custom_mutators/Makefile b/examples/custom_mutators/Makefile
new file mode 100644
index 00000000..a83e87fe
--- /dev/null
+++ b/examples/custom_mutators/Makefile
@@ -0,0 +1,2 @@
+all:
+	$(CC) $(CFLAGS) -fPIC -shared -g -I ../../include example.c -o libexamplemutator.so