.c.o: gcc -c -Wall $< # Need these for Suns LIBS= -lsocket -lnsl tcpclient: tcpclient.o gcc -o tcpclient tcpclient.o ${LIBS} clean: rm *.o tcpclient *~