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 15:21:51 +0200
committervan Hauser <vh@thc.org>2020-04-29 15:21:51 +0200
commitc53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74 (patch)
tree9c0d1ccbe859a6cc9a22e5a579ae585f83c0c8aa /examples/afl_proxy/Makefile
parentbc2e65e4821ef4b8fbc33be6c705adfa1c32e02f (diff)
downloadafl++-c53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74.tar.gz
afl-proxy -> afl_proxy
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