g++ -o gameclient -O3 -L/usr/lib -Llib -lGL -lGLU -lm -lglut -lpthread -lfmod-3.4 -ljpeg *.o lib/*.o
rm *.o
cp gameclient ../../.

