all:
	g++ -o test test.o -lbeid

test.o: test.cpp
	g++ -c test.cpp -I/usr/local/include/beid

