Commit 46216441 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

adde4d ttt_interface/ttt.o

parent 327226d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
PROBLEM4_OBJS = testProblem4.o problem4.o ttt_interface/ttt.o
OBJS = $(PROBLEM2_OBJS) $(PROBLEM3_OBJS) $(PROBLEM4_OBJS)

# Executable names