X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=cd79223a7f0b32e8d5f16aa7dc5292043f673eed;hp=2e8a49287d45047f7e52cf4ba8e2aa3e1c07abce;hb=a15993e3843aa414ad5d7906cc9dc0bba9e76146;hpb=a5f038c8ac4b24d2eee88e2db41b06a4e4cca53f diff --git a/src/Makefile b/src/Makefile index 2e8a4928..cd79223a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ 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 \ hashprobe.grpc.pb.o hashprobe.pb.o -CLIOBJS = client.o hashprobe.grpc.pb.o hashprobe.pb.o +CLIOBJS = client.o hashprobe.grpc.pb.o hashprobe.pb.o uci.o ### Establish the operating system name KERNEL = $(shell uname -s)