7 lines
98 B
Python
7 lines
98 B
Python
Import('*')
|
|
|
|
progs_env.Program(
|
|
target = 'vp-tris',
|
|
source = ['vp-tris.c'],
|
|
)
|