]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Make the client prober output something a bit more easily parseable, and run in a...
[stockfish] / src / Makefile
index 2e8a49287d45047f7e52cf4ba8e2aa3e1c07abce..cd79223a7f0b32e8d5f16aa7dc5292043f673eed 100644 (file)
@@ -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)