From 6161b42693193db3eadf9ebf12d5976f8acdd54c Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 29 Aug 2011 18:20:53 -0500 Subject: sockets: add a tcp server example --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3