X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=549b7867cbd8d53ab15f31f0400ce65198d2b8fd;hp=7cbba82be245d77327e766e1844deeafd29400da;hb=45acec1865f19297d91c6aff0ba64b990ad7d242;hpb=1e7aaed8bc4247a742d515811f0e484ff40309b8 diff --git a/src/Makefile b/src/Makefile index 7cbba82b..549b7867 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 @@ -34,8 +32,8 @@ 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 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 + misc.o move.o movegen.o movepick.o search.o position.o \ + tt.o uci.o ucioption.o book.o bitbase.o benchmark.o timeman.o ### ==========================================================================