X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=aed8271b0591a2c80b1cb0f52168fa5960014894;hb=b36900ef44044e9ab96637c9da7a4d7ea5b055d9;hp=e8d882aa652e6dc7dae8458277850b88b075b9dd;hpb=cfca92cd7c0537b6b808e802919779c7470d5197;p=stockfish diff --git a/src/Makefile b/src/Makefile index e8d882aa..aed8271b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -34,9 +34,8 @@ 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 uci.o ucioption.o \ - mersenne.o book.o bitbase.o san.o benchmark.o timeman.o + misc.o move.o movegen.o history.o movepick.o search.o piece.o position.o \ + direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o ### ========================================================================== @@ -430,7 +429,7 @@ install: -strip $(BINDIR)/$(EXE) clean: - $(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda + $(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda testrun: @$(PGOBENCH)