#	CC              =gcc
all:
	gcc test.c -o test -I ../../include/ -lRockey1 -ldl
	#chcon -t texrel_shlib_t /usr/local/lib/libRockey1.so
	#chcon -t texrel_shlib_t /lib/libRockey1.so
clean:
	rm -f test
