X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=c836fd426eff02b44c6458e472a764c53b85b1bc;hb=9da1f45b1d310fbe213a7f51916e098fba837a9a;hp=7eef34166af9c729e822ed684f1f881c8730ca0c;hpb=61c03b9d22de0c1ccf0c60af4e223775d4b3f7cc;p=stockfish diff --git a/src/Makefile b/src/Makefile index 7eef3416..c836fd42 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,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 \ - direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o + tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o ### ==========================================================================