CFLAGS_SCL = -mlibscl -O3

BarIconGCC: BarIcon.c
	gcc $(CFLAGS_SCL) -o $@ BarIcon.c

