From c05e4efbe9b4e7d1ff078b7a392621f2ca7572e6 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 1 Dec 2020 14:40:30 +0100 Subject: renamed examples/ to utils/ --- examples/custom_mutators/Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/custom_mutators/Makefile (limited to 'examples/custom_mutators/Makefile') diff --git a/examples/custom_mutators/Makefile b/examples/custom_mutators/Makefile deleted file mode 100644 index 9849f3f4..00000000 --- a/examples/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 -- cgit 1.4.1