From 17099a0e68aab254c2b66a99936568f73872c7aa Mon Sep 17 00:00:00 2001 From: Malcolm Noyes Date: Tue, 7 Jan 2014 06:51:30 +0000 Subject: [PATCH] Fix makefile --- projects/SelfTest/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/SelfTest/makefile b/projects/SelfTest/makefile index 61ed50ec..2954e370 100644 --- a/projects/SelfTest/makefile +++ b/projects/SelfTest/makefile @@ -8,8 +8,7 @@ SOURCES = ApproxTests.cpp \ TestMain.cpp \ TrickyTests.cpp \ BDDTests.cpp \ - VariadicMacrosTests.cpp \ - catch_self_test.cpp + VariadicMacrosTests.cpp OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES)) CXX = g++ CXXFLAGS = -I../../include