mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Update Makefile
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
05c5442633
commit
a6dcaa575f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
|
||||||
### Object files
|
### Object files
|
||||||
OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
|
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 \
|
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 \
|
position.o direction.o tt.o uci.o ucioption.o \
|
||||||
mersenne.o book.o bitbase.o san.o benchmark.o
|
mersenne.o book.o bitbase.o san.o benchmark.o
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue