about summary refs log tree commit diff
path: root/examples/afl_network_proxy/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-03 14:09:32 +0200
committervan Hauser <vh@thc.org>2020-05-03 14:09:32 +0200
commit1c53bbea52cfecf6c886bb441f1c99c1ae28b0e6 (patch)
tree5e30972fe82d52c35a1968b47d95b5a27ea38ae3 /examples/afl_network_proxy/Makefile
parent0c5c172a3045d2810d5e55169fbeece29620f7dd (diff)
downloadafl++-1c53bbea52cfecf6c886bb441f1c99c1ae28b0e6.tar.gz
doubled the speed of afl_network_proxy
Diffstat (limited to 'examples/afl_network_proxy/Makefile')
-rw-r--r--examples/afl_network_proxy/Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/examples/afl_network_proxy/Makefile b/examples/afl_network_proxy/Makefile
index eeee1178..0b306dde 100644
--- a/examples/afl_network_proxy/Makefile
+++ b/examples/afl_network_proxy/Makefile
@@ -1,22 +1,2 @@
-PREFIX   ?= /usr/local
-BIN_PATH  = $(PREFIX)/bin
-DOC_PATH  = $(PREFIX)/share/doc/afl
-
-PROGRAMS = afl-network-client afl-network-server
-
-all:	$(PROGRAMS)
-
-afl-network-client:	afl-network-client.c
-	$(CC) -I../../include -o afl-network-client afl-network-client.c
-
-afl-network-server:	afl-network-server.c
-	$(CC) -I../../include -o afl-network-server afl-network-server.c ../../src/afl-forkserver.c ../../src/afl-sharedmem.c ../../src/afl-common.c -DBIN_PATH=\"$(BIN_PATH)\"
-
-clean:
-	rm -f $(PROGRAMS) *~ core
-
-install: all
-	install -d -m 755 $${DESTDIR}$(BIN_PATH) $${DESTDIR}$(DOC_PATH)
-	install -m 755 $(PROGRAMS) $${DESTDIR}$(BIN_PATH)
-	install -m 644 README.md $${DESTDIR}$(DOC_PATH)/README.network_proxy.md
-	
\ No newline at end of file
+all:
+	@echo please use GNU make, thanks!