Makefile
branchpyrit
changeset 17 5176ba000a67
parent 16 20bceb605f48
child 22 76b7bd51d64a
--- 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)
 	./$@