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 \
TrickyTests.cpp \
BDDTests.cpp \
VariadicMacrosTests.cpp \
catch_self_test.cpp
VariadicMacrosTests.cpp
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
CXX = g++
CXXFLAGS = -I../../include