Import('env')

env = env.Clone()

objs = env.Object(Glob('*.c'))
Return('objs')
