Changeset a12563ea for python/test/bench/onset/Makefile.am
- Timestamp:
- Feb 23, 2006, 3:20:50 AM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 6ae3a77
- Parents:
- 2d975cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/onset/Makefile.am
r2d975cf ra12563ea 29 29 30 30 %.aubiocut: % 31 rm -f `basename $ <`.aubiocut32 ./bench-onset $< | tee `basename $ <`.aubiocut33 -diff `basename $ <`.aubiocut.ref `basename $<`.aubiocut31 rm -f `basename $@` 32 ./bench-onset $< | tee `basename $@` 33 -diff `basename $@`.ref `basename $@` 34 34 35 35 %.aubiodelay: %
Note: See TracChangeset
for help on using the changeset viewer.