diff options
| author | van Hauser <vh@thc.org> | 2020-04-29 15:21:51 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-29 15:21:51 +0200 |
| commit | c53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74 (patch) | |
| tree | 9c0d1ccbe859a6cc9a22e5a579ae585f83c0c8aa /examples/afl-proxy/Makefile | |
| parent | bc2e65e4821ef4b8fbc33be6c705adfa1c32e02f (diff) | |
| download | afl++-c53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74.tar.gz | |
afl-proxy -> afl_proxy
Diffstat (limited to 'examples/afl-proxy/Makefile')
| -rw-r--r-- | examples/afl-proxy/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/afl-proxy/Makefile b/examples/afl-proxy/Makefile deleted file mode 100644 index 4b368f8d..00000000 --- a/examples/afl-proxy/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: afl-proxy - -afl-proxy: afl-proxy.c - $(CC) -I../../include -o afl-proxy afl-proxy.c - -clean: - rm -f afl-proxy *~ core |
