Loading tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ SRCS = $(PROBLEM2_SRCS) $(PROBLEM3_SRCS) $(PROBLEM4_SRCS) # Object files PROBLEM2_OBJS = testProblem2.o problem2.o PROBLEM3_OBJS = testProblem3.o problem3.o PROBLEM4_OBJS = testProblem4.o problem4.o ttt_interface/ttt.o PROBLEM4_OBJS = testProblem4.o problem4.o ttt_interface/ttt.o ttt_interface/HttpConnect.o OBJS = $(PROBLEM2_OBJS) $(PROBLEM3_OBJS) $(PROBLEM4_OBJS) # Executable names Loading Loading
tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ SRCS = $(PROBLEM2_SRCS) $(PROBLEM3_SRCS) $(PROBLEM4_SRCS) # Object files PROBLEM2_OBJS = testProblem2.o problem2.o PROBLEM3_OBJS = testProblem3.o problem3.o PROBLEM4_OBJS = testProblem4.o problem4.o ttt_interface/ttt.o PROBLEM4_OBJS = testProblem4.o problem4.o ttt_interface/ttt.o ttt_interface/HttpConnect.o OBJS = $(PROBLEM2_OBJS) $(PROBLEM3_OBJS) $(PROBLEM4_OBJS) # Executable names Loading