Ignore:
Timestamp:
Feb 23, 2006, 3:20:50 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

update Makefiles
update Makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/test/bench/onset/Makefile.am

    r2d975cf ra12563ea  
    2929
    3030%.aubiocut: %
    31         rm -f `basename $<`.aubiocut
    32         ./bench-onset $< | tee `basename $<`.aubiocut
    33         -diff `basename $<`.aubiocut.ref `basename $<`.aubiocut
     31        rm -f `basename $@`
     32        ./bench-onset $< | tee `basename $@`
     33        -diff `basename $@`.ref `basename $@`
    3434
    3535%.aubiodelay: %
Note: See TracChangeset for help on using the changeset viewer.