

CC=cc -ansi
LIBS=-lgl -lm


itimer: itimer.c
	$(CC) -O itimer.c -o itimer $(LIBS)
