Remove multi_think

This commit is contained in:
Tomasz Sobczyk
2020-10-25 10:43:45 +01:00
committed by nodchip
parent e515f1f61f
commit e01397c674
4 changed files with 1 additions and 254 deletions

View File

@@ -59,8 +59,7 @@ SRCS = benchmark.cpp bitbase.cpp bitboard.cpp endgame.cpp evaluate.cpp main.cpp
learn/sfen_packer.cpp \
learn/learn.cpp \
learn/gensfen.cpp \
learn/convert.cpp \
learn/multi_think.cpp
learn/convert.cpp
OBJS = $(notdir $(SRCS:.cpp=.o))