# -*- Mode: Python -*-

Import('env')

env.NREProgram(env, 'echo', Glob('*.cc'))
