# -*- python -*-
Import('env')
files = [
'main.cpp',
]
libs = [
'dspcore',
'common',
env.Program('dsptool', files, LIBS = libs)