view tools/audio_processor_test/gen_tone/Makefile @ 43:4d87fa55a776 pygar svn.44

[svn r44] processor largely working and mixer in good status
author punk
date Wed, 05 May 2010 12:28:07 -0400
parents 90197e3375e2
children
line wrap: on
line source
1 default: all
3 clean:
4 rm -f *.o gen_tone *.pcm
5 all:
6 g++ /usr/lib/libsndfile.so SndfileWavUtil.cpp DFT.cpp gen_tone.cpp -o gen_tone