CFLAGS_SCL = -mlibscl -O3

TemplerGCC: Templer.c
	gcc $(CFLAGS_SCL) -o $@ Templer.c

