CFLAGS_SCL = -mlibscl -O3

timesGCC: times.c
	gcc $(CFLAGS_SCL) -o $@ times.c

