all: tcpserv tcpcli tcpserv: tcpserv.c gcc -Wall -o $@ $< tcpcli: tcpcli.c gcc -Wall -o $@ $<