txt : eth_txt.o
	cc eth_txt.o -o eth_txt -lpcap
cnt : eth_cnt.o
	cc eth_cnt.o -o eth_cnt -lpcap
size : eth_size.o
	cc eth_size.o -o eth_size -lpcap
mac : eth_mac.o
	cc eth_mac.o -o eth_mac -lpcap
time : eth_time.o
	cc eth_time.o -o eth_time -lpcap
ft : eth_ft.o
	cc eth_ft.o -o eth_ft -lpcap
type : eth_type.o
	cc eth_type.o -o eth_type -lpcap
clean :
	rm -f *.o core a.out
