]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Correctly describe POPCNT compile
[stockfish] / src / Makefile
index 92072cc1b07eb4b93ebec9bd1734043b8de72488..bc7dc5c82dde0707e9dfc0f844a9bf73829c47ba 100644 (file)
@@ -39,8 +39,8 @@ PGOBENCH = ./$(EXE) bench 32 1 1 default time
 
 ### Object files
 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
+       material.o misc.o movegen.o movepick.o pawns.o position.o \
+       search.o thread.o timeman.o tt.o uci.o ucioption.o
 
 ### ==========================================================================
 ### Section 2. High-level Configuration