all:
	gcc -g -O0 -o test-kytimer test-kytimer.c -lkysdk-timer -lpthread

clean:
	rm demo
