env = Environment()
env.Program(target='main.out', source=[Glob('*.c')])
