annotate Makefile @ 28:69ee50c19c0c tip

Add decimate-b
author Chris Cannam
date Tue, 22 Oct 2013 08:59:42 +0100
parents 96e9b4e2ae86
children
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
Chris@28 7 clean:
Chris@28 8 $(MAKE) -C qm-dsp-resample clean
Chris@28 9 $(MAKE) -C qm-dsp-decimate clean
Chris@28 10