diff Makefile @ 28:69ee50c19c0c tip

Add decimate-b
author Chris Cannam
date Tue, 22 Oct 2013 08:59:42 +0100
parents 96e9b4e2ae86
children
line wrap: on
line diff
--- a/Makefile	Mon Oct 21 17:41:43 2013 +0100
+++ b/Makefile	Tue Oct 22 08:59:42 2013 +0100
@@ -4,3 +4,7 @@
 	$(MAKE) -C qm-dsp-decimate
 	./run-tests.sh
 
+clean:
+	$(MAKE) -C qm-dsp-resample clean
+	$(MAKE) -C qm-dsp-decimate clean
+