]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Fishtest Tuning Framework
[stockfish] / src / Makefile
index 15ad6353c8089a59fe6ef6cb7cf1695a4548778f..0998a551ab5e02bc64b0ef2e9defc7c8e0c214a8 100644 (file)
@@ -38,7 +38,7 @@ PGOBENCH = ./$(EXE) bench
 ### Object files
 OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \
        material.o misc.o movegen.o movepick.o pawns.o position.o psqt.o \
-       search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o
+       search.o thread.o timeman.o tt.o uci.o ucioption.o tune.o syzygy/tbprobe.o
 
 ### Establish the operating system name
 KERNEL = $(shell uname -s)