about summary refs log tree commit diff
path: root/examples/afl-proxy/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-29 02:54:57 +0200
committervan Hauser <vh@thc.org>2020-04-29 02:54:57 +0200
commit781725aeafcbd6c6393f86b2c9961773a6f24428 (patch)
treec797db6301c4ecfaa0aff59d76b74124ea0c16dd /examples/afl-proxy/Makefile
parent9276dc9e6c8a966c86aeef7ec6ebe6712c302615 (diff)
downloadafl++-781725aeafcbd6c6393f86b2c9961773a6f24428.tar.gz
added afl-proxy to examples
Diffstat (limited to 'examples/afl-proxy/Makefile')
-rw-r--r--examples/afl-proxy/Makefile7
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