	CC              =gcc
all:
	$(CC) test.c -o test -I ../include -lRockeyARM -lpthread
clean:
	rm -f test *.bin
