view tools/audio_processor_test/shift_up/checker/Makefile @ 31:f41eef1bebfc pygar svn.32

[svn r32] Attempting to run soft core and audio
author punk
date Sat, 01 May 2010 11:50:20 -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