view tools/audio_processor_test/cosine_window/checker/Makefile @ 61:74d2fe78f36a pygar svn.62

[svn r62] synthesis boundaries
author punk
date Mon, 10 May 2010 20:31:25 -0400
parents 90197e3375e2
children
line wrap: on
line source
1 default: all
3 clean:
4 rm -f *.o checker
6 all:
7 g++ /usr/lib/libsndfile.so DFT.cpp SndfileWavUtil.cpp checker.cpp -o checker
8 cd ./compare_wavs/ && make clean && make