X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=c836fd426eff02b44c6458e472a764c53b85b1bc;hp=7eef34166af9c729e822ed684f1f881c8730ca0c;hb=4dded4e72f9b9582db8adc9a478e9eda5841d8c5;hpb=cb7f20913e04b051fea6ac9a4055a4e86be452d1 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 ### ==========================================================================