diff options
| author | van Hauser <vh@thc.org> | 2020-04-29 02:54:57 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-29 02:54:57 +0200 |
| commit | 781725aeafcbd6c6393f86b2c9961773a6f24428 (patch) | |
| tree | c797db6301c4ecfaa0aff59d76b74124ea0c16dd /examples/afl-proxy/Makefile | |
| parent | 9276dc9e6c8a966c86aeef7ec6ebe6712c302615 (diff) | |
| download | afl++-781725aeafcbd6c6393f86b2c9961773a6f24428.tar.gz | |
added afl-proxy to examples
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 |
