view tools/audio_processor_test/cosine_window/checker/Makefile @ 23:90197e3375e2 pygar svn.24

[svn r24] added testing, but something is wrong with our c++ file.
author rlm
date Wed, 28 Apr 2010 08:19:09 -0400
parents
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