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 deletions(-) delete mode 100644 examples/afl-proxy/Makefile (limited to 'examples/afl-proxy/Makefile') 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 -- cgit 1.4.1