about summary refs log tree commit diff
path: root/utils/custom_mutators/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/custom_mutators/Makefile')
-rw-r--r--utils/custom_mutators/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/custom_mutators/Makefile b/utils/custom_mutators/Makefile
deleted file mode 100644
index 9849f3f4..00000000
--- a/utils/custom_mutators/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: libexamplemutator.so
-
-libexamplemutator.so:
-	$(CC) $(CFLAGS) -D_FORTIFY_SOURCE=2 -O3 -fPIC -shared -g -I ../../include example.c -o libexamplemutator.so
-
-clean:
-	rm -rf libexamplemutator.so