CFLAGS_SCL = -mlibscl -O3

nestorGCC: nestor.c
	gcc $(CFLAGS_SCL) -o $@ nestor.c

