view tools/audio_processor_test/null/checker/Makefile @ 37:0475235d1513 pygar svn.38

[svn r38] fixed audiocorepipe
author punk
date Tue, 04 May 2010 19:25:30 -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 SndfileWavUtil.cpp checker.cpp -o checker
8 cd ./compare_wavs/ && make clean && make