]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Retire Polyglot Book management
[stockfish] / src / Makefile
index 932a678a8f43e0226e42750b0f6abe8b4cbc28fd..c206c5c2a07ef081326c46110f59bef40c0e23f7 100644 (file)
@@ -38,9 +38,9 @@ BINDIR = $(PREFIX)/bin
 PGOBENCH = ./$(EXE) bench 32 1 1 default time
 
 ### Object files
-OBJS = benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o main.o \
-       material.o misc.o movegen.o movepick.o notation.o pawns.o position.o \
-       search.o thread.o timeman.o tt.o uci.o ucioption.o
+OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \
+       material.o misc.o movegen.o movepick.o notation.o pawns.o \
+       position.o search.o thread.o timeman.o tt.o uci.o ucioption.o
 
 ### ==========================================================================
 ### Section 2. High-level Configuration