CFLAGS_SCL = -mlibscl -O3

BarIconsGCC: BarIcons.c
	gcc $(CFLAGS_SCL) -o $@ BarIcons.c

