X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=83c36c2b8bf5c08f1eb1f75bb005e85b7e135330;hp=f183e4e3d2e3902ac52e4ed5b0b8ade7daab6a44;hb=66f5cd3f9d123306c509b6172fd11ed3afa1d39a;hpb=c6d45c60b516e799526f1163733b74b23fc1b63c diff --git a/src/Makefile b/src/Makefile index f183e4e3..83c36c2b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ PGOBENCH = ./$(EXE) bench 16 1 1 default time ### 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 \ - search.o thread.o timeman.o tt.o uci.o ucioption.o + search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o ### ========================================================================== ### Section 2. High-level Configuration @@ -398,7 +398,7 @@ install: -strip $(BINDIR)/$(EXE) clean: - $(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda + $(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda ./syzygy/*.o default: help