about summary refs log tree commit diff
path: root/utils/custom_mutators/Makefile
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
committerDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
commita3f8fc5d1ccabc455e28157ee86211f0c11c81a3 (patch)
tree3ca0fd7889aa8291bd16226d50b95f8966bd8e82 /utils/custom_mutators/Makefile
parent3d830daa46da9412f475310afabf1b965156f3e1 (diff)
downloadafl++-a3f8fc5d1ccabc455e28157ee86211f0c11c81a3.tar.gz
moved custom_mutator examples
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