.c.o:
	cc -c $*.c

tshost: tshost.o packet.o commands.o term.o 
	cc -o tshost tshost.o packet.o commands.o term.o   -lresolv 
