CC = gcc CFLAGS = -g -O2 -DHAVE_CONFIG_H -I. all: timer timer: timer.o event.o clean: rm -f timer timer.o event.o