diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Mon Oct 21 10:44:05 2013 +0100
@@ -0,0 +1,6 @@
+
+all:
+	$(MAKE) -C qm-dsp-resample
+	$(MAKE) -C qm-dsp-decimate
+	./run-tests.sh
+