annotate Makefile @ 24:96e9b4e2ae86

Rearrange to use resampler from within qm-dsp; run (and print results of) timing tests as well
author Chris Cannam
date Mon, 21 Oct 2013 10:44:05 +0100
parents
children 69ee50c19c0c
rev   line source
Chris@24 1
Chris@24 2 all:
Chris@24 3 $(MAKE) -C qm-dsp-resample
Chris@24 4 $(MAKE) -C qm-dsp-decimate
Chris@24 5 ./run-tests.sh
Chris@24 6