From e99c498e79fc971bda62803375a025242b68335f Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 29 Aug 2011 20:19:30 -0500 Subject: sockets: add a tcp client example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 686a8d7..9ff95e4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \ tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer \ - tcpserver + tcpserver tcpclient CC = gcc CFLAGS = -Wall -std=gnu99 -pedantic DBGFLAGS = -g -O0 -- cgit v1.2.3