]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Avoid permanent PV entries in TT
[stockfish] / src / Makefile
index f126afac5c90cb50d162d408140f34f418494f65..549b7867cbd8d53ab15f31f0400ce65198d2b8fd 100644 (file)
@@ -32,8 +32,8 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
 
 ### Object files
 OBJS = bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
-       misc.o movegen.o history.o movepick.o search.o position.o \
-       tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o
+       misc.o move.o movegen.o movepick.o search.o position.o \
+       tt.o uci.o ucioption.o book.o bitbase.o benchmark.o timeman.o
 
 
 ### ==========================================================================