X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=0998a551ab5e02bc64b0ef2e9defc7c8e0c214a8;hb=c527c3ad44f7465c79cef93f1e8cfebd998dc627;hp=15ad6353c8089a59fe6ef6cb7cf1695a4548778f;hpb=eb4a124b8859a6029b61f403e0a9415fa748e4bd;p=stockfish diff --git a/src/Makefile b/src/Makefile index 15ad6353..0998a551 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)