# vim:filetype=python env = Environment(LIBS = ['GL'], CXXFLAGS = ['-Wall', '-DGL_GLEXT_PROTOTYPES']) env.Program('driver', Glob('*.cc'))