env = Environment()
env.Append(CPPDEFINES=['X=1'])
env.Program(target = 'main.out', source = ['main.c'])
