X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=46a8749dcf7a0c12f89f579bce7946b64d049a50;hp=b316129be96c62063b80527cd4d0788539fc76fd;hb=ba1a44f21665056bed6f4b767e1a5b1b381e7e22;hpb=8689ff7d035204addf819c91d158b6faeaa98e52 diff --git a/src/Makefile b/src/Makefile index b316129b..46a8749d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth ### Object files OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \ misc.o move.o movegen.o history.o movepick.o search.o piece.o \ - position.o direction.o tt.o value.o uci.o ucioption.o \ + position.o direction.o tt.o uci.o ucioption.o \ mersenne.o book.o bitbase.o san.o benchmark.o @@ -408,7 +408,7 @@ install: -strip $(BINDIR)/$(EXE) clean: - $(RM) $(EXE) *.o .depend *~ core bench.txt + $(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda testrun: @$(PGOBENCH)