--- a/Makefile Sun Nov 25 21:47:10 2007 +0100
+++ b/Makefile Sun Nov 25 22:22:40 2007 +0100
@@ -34,8 +34,8 @@
%.o: src/%.cc
$(CXX) -c -o $@ src/$*.cc $(CCFLAGS)
-test%: tests/%.cc
- $(CXX) -o $@ tests/$*.cc $(CCFLAGS)
+test%: tests/%.cc
+ $(CXX) -o $@ tests/$*.cc $(CCFLAGS)
./$@