summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-08-29 18:20:53 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-08-29 18:20:53 -0500
commit6161b42693193db3eadf9ebf12d5976f8acdd54c (patch)
tree5bf4a3042a387608fe7389be4cd9caecd3f43d45 /Makefile
parent918b0fafad5d48f7c1c1fc8b19e86e87bab9238b (diff)
downloadsandbox-6161b42693193db3eadf9ebf12d5976f8acdd54c.tar.gz
sandbox-6161b42693193db3eadf9ebf12d5976f8acdd54c.tar.bz2
sandbox-6161b42693193db3eadf9ebf12d5976f8acdd54c.zip
sockets: add a tcp server example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59b02eb..686a8d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \
- tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer
+ tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer \
+ tcpserver
CC = gcc
CFLAGS = -Wall -std=gnu99 -pedantic
DBGFLAGS = -g -O0