]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Use templetized operations for Square
[stockfish] / src / Makefile
index e3182af166b95271e5f1250b1968ad67e7d0827b..d4a2a01dacac285c45f0f79f4afbf571bb34385e 100644 (file)
@@ -35,8 +35,8 @@ 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 value.o uci.o ucioption.o \
-       mersenne.o book.o bitbase.o san.o benchmark.o
+       position.o direction.o tt.o uci.o ucioption.o \
+       mersenne.o book.o bitbase.o san.o benchmark.o timeman.o
 
 
 ### ==========================================================================
@@ -299,7 +299,7 @@ endif
 ### ==========================================================================
 
 default:
-       $(MAKE) ARCH=x86-32 COMP=gcc build
+       $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
 
 help:
        @echo ""