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, 7 insertions, 0 deletions
diff --git a/examples/afl_proxy/Makefile b/examples/afl_proxy/Makefile new file mode 100644 index 00000000..4b368f8d --- /dev/null +++ b/examples/afl_proxy/Makefile @@ -0,0 +1,7 @@ +all: afl-proxy + +afl-proxy: afl-proxy.c + $(CC) -I../../include -o afl-proxy afl-proxy.c + +clean: + rm -f afl-proxy *~ core |
