# -*- python -*-

Import('env')
import sys

env.Program('dsptool', 'DSPTool.cpp')
