about summary refs log tree commit diff
path: root/custom_mutators/libafl_base/Makefile
diff options
context:
space:
mode:
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