diff options
| author | Dominik Maier <domenukk@gmail.com> | 2021-04-26 16:03:08 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2021-04-26 16:03:08 +0200 |
| commit | a3f8fc5d1ccabc455e28157ee86211f0c11c81a3 (patch) | |
| tree | 3ca0fd7889aa8291bd16226d50b95f8966bd8e82 /utils/custom_mutators/Makefile | |
| parent | 3d830daa46da9412f475310afabf1b965156f3e1 (diff) | |
| download | afl++-a3f8fc5d1ccabc455e28157ee86211f0c11c81a3.tar.gz | |
moved custom_mutator examples
Diffstat (limited to 'utils/custom_mutators/Makefile')
| -rw-r--r-- | utils/custom_mutators/Makefile | 7 |
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 |
