mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Fix makefile
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user