CFLAGS_SCL = -mlibscl -O3

fulldownGCC: fulldown.c
	gcc $(CFLAGS_SCL) -o $@ fulldown.c

