about summary refs log tree commit diff
path: root/custom_mutators/libafl_base/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2022-01-26 21:45:30 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2022-01-26 21:45:30 +0100
commitaa5f59b50196360e4d68178064120100c8ece4dd (patch)
tree2001b9dbbf3bfb08bc0f81a10b02a4d7c22f02a9 /custom_mutators/libafl_base/Makefile
parent08c39c15522fc1765ab6fcff03a02bb5f9d4f230 (diff)
downloadafl++-aa5f59b50196360e4d68178064120100c8ece4dd.tar.gz
libafl_base custom mutator
Diffstat (limited to 'custom_mutators/libafl_base/Makefile')
-rw-r--r--custom_mutators/libafl_base/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/custom_mutators/libafl_base/Makefile b/custom_mutators/libafl_base/Makefile
new file mode 100644
index 00000000..a1fd6b6c
--- /dev/null
+++ b/custom_mutators/libafl_base/Makefile
@@ -0,0 +1,9 @@
+all: target/release/liblibafl_base.so
+	cp target/release/liblibafl_base.so libafl_base.so
+
+target/release/liblibafl_base.so: src/lib.rs
+	cargo build --release
+
+clean:
+	cargo clean
+	rm -f libafl_base.so