# -*- Mode: Python -*-

Import('env')

lib = env.StaticLibrary('libc', [Glob('*.c')])
env.Install(env['LIBPATH'], lib)
