# scons env = Environment() #env['CCFLAGS'] = '-DDEBUG' env.Program('ray',Split('raytrace.cc vec.cc shape.cc scene.cc'))