all: server client server: serverTCP.c /usr/ucb/cc -o server serverTCP.c client: clientTCP.c /usr/ucb/cc -o client clientTCP.c