all: hellosv hellocl clean: rm -f hellosv hellocl *.o hellosv: hellosv.c cc -o hellosv hellosv.c -lsocket -lnsl -dn hellocl: hellocl.c cc -o hellocl hellocl.c -lsocket -lnsl -dn