1Import('env')
2
3env = env.Clone()
4
5objs = env.Object(Glob('*.c'))
6Return('objs')
7