]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Store static value and king danger in TT also in TT.insert_pv() method
[stockfish] / src / Makefile
index b316129be96c62063b80527cd4d0788539fc76fd..46a8749dcf7a0c12f89f579bce7946b64d049a50 100644 (file)
@@ -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)