env = Environment()
program = env.Program(target='main.out', source=['main.c'])
env.Alias('asdf', program)