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