Remove missing catch_self_test.cpp, fixes #348
diff --git a/projects/SelfTest/makefile b/projects/SelfTest/makefile
index e5dec0d..8c72c07 100644
--- a/projects/SelfTest/makefile
+++ b/projects/SelfTest/makefile
@@ -9,7 +9,7 @@
       		TrickyTests.cpp \
       		BDDTests.cpp \
       		VariadicMacrosTests.cpp \
-      		catch_self_test.cpp
+
 OBJECTS    = $(patsubst %.cpp, %.o, $(SOURCES))
 CXX = g++
 CXXFLAGS  = -I../../include