X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=aed8271b0591a2c80b1cb0f52168fa5960014894;hb=f44aea7508d3516c474bce6d95a03b7760391cef;hp=4433fad7334269f225fc437931f54d12cb4ba783;hpb=9f626725aeb770a38be093a9a47a461053cf7008;p=stockfish diff --git a/src/Makefile b/src/Makefile index 4433fad7..aed8271b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -34,9 +34,8 @@ 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 direction.o tt.o uci.o ucioption.o \ - mersenne.o book.o bitbase.o san.o benchmark.o timeman.o + misc.o move.o movegen.o history.o movepick.o search.o piece.o position.o \ + direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o ### ==========================================================================