]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Retire piece.cpp
[stockfish] / src / Makefile
index aed8271b0591a2c80b1cb0f52168fa5960014894..25bb0f0b0e280833693aa211c56e4bc428630f38 100644 (file)
@@ -34,7 +34,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
 
 ### Object files
 OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
-       misc.o move.o movegen.o history.o movepick.o search.o piece.o position.o \
+       misc.o move.o movegen.o history.o movepick.o search.o position.o \
        direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o