Fix makefile

This commit is contained in:
Malcolm Noyes 2014-01-07 06:51:30 +00:00
parent af18bcdab7
commit 17099a0e68

View File

@ -8,8 +8,7 @@ SOURCES = ApproxTests.cpp \
TestMain.cpp \ TestMain.cpp \
TrickyTests.cpp \ TrickyTests.cpp \
BDDTests.cpp \ BDDTests.cpp \
VariadicMacrosTests.cpp \ VariadicMacrosTests.cpp
catch_self_test.cpp
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES)) OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
CXX = g++ CXX = g++
CXXFLAGS = -I../../include CXXFLAGS = -I../../include