summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-08-29 20:19:30 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-08-29 20:19:30 -0500
commite99c498e79fc971bda62803375a025242b68335f (patch)
tree5d6841b75848977764849c7b9495e4f7e5abfe61 /Makefile
parent6161b42693193db3eadf9ebf12d5976f8acdd54c (diff)
downloadsandbox-e99c498e79fc971bda62803375a025242b68335f.tar.gz
sandbox-e99c498e79fc971bda62803375a025242b68335f.tar.bz2
sandbox-e99c498e79fc971bda62803375a025242b68335f.zip
sockets: add a tcp client example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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