diff options
author | Kyle K <kylek389@gmail.com> | 2011-08-29 20:19:30 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-08-29 20:19:30 -0500 |
commit | e99c498e79fc971bda62803375a025242b68335f (patch) | |
tree | 5d6841b75848977764849c7b9495e4f7e5abfe61 /Makefile | |
parent | 6161b42693193db3eadf9ebf12d5976f8acdd54c (diff) | |
download | sandbox-e99c498e79fc971bda62803375a025242b68335f.tar.gz sandbox-e99c498e79fc971bda62803375a025242b68335f.tar.bz2 sandbox-e99c498e79fc971bda62803375a025242b68335f.zip |
sockets: add a tcp client example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |