g++ -o gameserver -DSERVERCODE -O3 -lpthread *.o lib/*.o
rm *.o
mv gameserver ../../server/.

