myTelnet: myTelnet.c nameServer.h favouriteHost.h
	cc  myTelnet.c -o myTelnet -lsocket -lnsl


clean:
	rm -f myTelnet
	rm -f core
	rm -f *.bak
