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

clean:
	rm demo