test:
	g++ main.cpp -std=c++0x -o test -lsa_api -lftd2xx -Wl,-rpath /usr/local/lib

clean:
	rm -f test 
