all:	hellosv hellocl

clean:
	rm -f hellosv hellocl *.o

hellosv:	hellosv.c
	cc -o hellosv hellosv.c -lnsl 

hellocl:	hellocl.c
	cc -o hellocl hellocl.c -lnsl
