ALL : findxport

CFLAGS=-Wall -O2
LOADLIBES=-lpthread

findxport : findxport.o bbtcp.o

## testport : testport.o bbtcp.o

clean : 
	rm -f *.o

