all: timer_test timer_test: timer_test.c gcc -std=gnu99 -g -Wall timer_test.c -lrt -o timer_test clean: rm -f timer_test