]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Fix signedness warning in time_to_msec()
[stockfish] / src / Makefile
index 782971e938c1364494642aa17112f8c3fda1319c..2a03492fa863b6e2fdd5984026a873c8cd24c86e 100644 (file)
@@ -32,7 +32,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
 
 ### Object files
 OBJS = benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o main.o \
-       material.o misc.o move.o movegen.o movepick.o pawns.o position.o \
+       material.o misc.o movegen.o movepick.o notation.o pawns.o position.o \
        search.o thread.o timeman.o tt.o uci.o ucioption.o
 
 ### ==========================================================================