make:
	gcc -o test -I ../include/ test.c -lRockey4ND -lpthread

clean:
	rm -f test

