diff Makefile @ 73:1fc7f47b422b

Minor Makefile and test driver improvements
author mas01cr
date Thu, 27 Sep 2007 09:27:54 +0000
parents 7da3a33d6674
children 6735281de562
line wrap: on
line diff
--- a/Makefile	Thu Sep 27 09:15:34 2007 +0000
+++ b/Makefile	Thu Sep 27 09:27:54 2007 +0000
@@ -31,5 +31,5 @@
 	-rm ${EXECUTABLE} ${EXECUTABLE}.1 audioDB.o
 	-sh -c "cd tests && sh ./clean.sh"
 
-test:
+test: ${EXECUTABLE}
 	-sh -c "cd tests && sh ./run-tests.sh"