#!/bin/sh
source make.conf
 CFLAGS="-O2 -pipe -I${GLZ_INC_PATH} -L${GLZ_LIB_PATH}" \
 CXXFLAGS="$CFLAGS" \
 sudo emerge $*

