mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Retire move.cpp
Move its functions where they belong. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ 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 move.o movegen.o history.o movepick.o search.o position.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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user