X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=513e3257573a363f32639409e6b5595eef5f3961;hp=ad361153b6f3dd1a030621641e00c14e8a51a4f9;hb=b4acf83704c9bab4d78d9ec76ecbdfbfa0b0c88c;hpb=07fcc8076d302ff3d05dab5259bce23be6677cb7 diff --git a/src/Makefile b/src/Makefile index ad361153..513e3257 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,8 +2,6 @@ # Copyright (C) 2004-2008 Tord Romstad (Glaurung author) # Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad # -# This file is part of Stockfish. -# # Stockfish is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -35,7 +33,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth ### Object files 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 \ - tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o + tt.o uci.o ucioption.o book.o bitbase.o benchmark.o timeman.o ### ==========================================================================