Import('*')

progs_env.Program(
        target = 'vp-tris',
        source = ['vp-tris.c'],
    )