make:
	gcc -o test -I /usr/local/include/ -lpthread /usr/local/lib/libRockey4ND.so.0.1 test.c
	gcc -o testall -I /usr/local/include/ -lpthread /usr/local/lib/libRockey4ND.so.0.1 testAll.c
clean:
	rm -f test testall
