all: gcc example.c ../source/mt_timer.c -I../source -pthread -o timer -Wall clean: rm timer