all:	
	scons

clean:
	scons -c

check-syntax:
	gcc  -fsyntax-only -march=athlon64 -msse3 -fmessage-length=0 ${CHK_SOURCES} -Wall -Wformat=2 -ICGLA/ -Ifmodapi40618linux/api/inc -I/usr/include/freetype2

