X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=1d258a4485db95f3d68700c68e6fcba3f3c1d026;hp=e8d882aa652e6dc7dae8458277850b88b075b9dd;hb=efeb37c33f15a903dbe5706529a7a26511e9ca58;hpb=cfca92cd7c0537b6b808e802919779c7470d5197 diff --git a/src/Makefile b/src/Makefile index e8d882aa..1d258a44 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,10 +33,9 @@ BINDIR = $(PREFIX)/bin 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 +OBJS = bitboard.o pawns.o material.o endgame.o evaluate.o main.o \ + misc.o move.o movegen.o history.o movepick.o search.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)