about summary refs log tree commit diff
path: root/examples/afl_network_proxy/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/afl_network_proxy/GNUmakefile')
-rw-r--r--examples/afl_network_proxy/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/afl_network_proxy/GNUmakefile b/examples/afl_network_proxy/GNUmakefile
index 8eb91727..014f4aef 100644
--- a/examples/afl_network_proxy/GNUmakefile
+++ b/examples/afl_network_proxy/GNUmakefile
@@ -32,10 +32,10 @@ help:
 	echo USE_DEFLATE - build with compression library
 
 afl-network-client:	afl-network-client.c
-	$(CC) $(CFLAGS) -I../../include -o afl-network-client afl-network-client.c -ldeflate
+	$(CC) $(CFLAGS) -I../../include -o afl-network-client afl-network-client.c
 
 afl-network-server:	afl-network-server.c
-	$(CC) $(CFLAGS) -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)\" -ldeflate
+	$(CC) $(CFLAGS) -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