Mercurial > pygar
diff tools/audio_processor_test/compare_wavs/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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/audio_processor_test/compare_wavs/Makefile Wed Apr 28 08:19:09 2010 -0400 1.3 @@ -0,0 +1,6 @@ 1.4 +default: all 1.5 + 1.6 +clean: 1.7 + rm -f *.o compare_wavs 1.8 +all: 1.9 + g++ /usr/lib/libsndfile.so compare_wavs.cpp -o compare_wavs 1.10 \ No newline at end of file