X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=c206c5c2a07ef081326c46110f59bef40c0e23f7;hp=932a678a8f43e0226e42750b0f6abe8b4cbc28fd;hb=83a574ff271ec5924976b48cf65ac62278f87558;hpb=918c29f83ab8a013d3946916887e1d1d7b9cfb9a diff --git a/src/Makefile b/src/Makefile index 932a678a..c206c5c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,9 +38,9 @@ BINDIR = $(PREFIX)/bin PGOBENCH = ./$(EXE) bench 32 1 1 default time ### Object files -OBJS = benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o main.o \ - material.o misc.o movegen.o movepick.o notation.o pawns.o position.o \ - search.o thread.o timeman.o tt.o uci.o ucioption.o +OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \ + material.o misc.o movegen.o movepick.o notation.o pawns.o \ + position.o search.o thread.o timeman.o tt.o uci.o ucioption.o ### ========================================================================== ### Section 2. High-level Configuration