CC = g++ CFLAGS = -g -Wall mytimer: mytimer.cc $(CC) $(CFLAGS) mytimer.cc -o mytimer clean: rm -f *.o core mytimer