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