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