From c53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 29 Apr 2020 15:21:51 +0200 Subject: afl-proxy -> afl_proxy --- examples/afl_proxy/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/afl_proxy/Makefile (limited to 'examples/afl_proxy/Makefile') 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 -- cgit 1.4.1