make:
	gcc -I ../../include -o example example.c -lRockey2
clean:
	rm -f example
