finalize hyperbola funcs/files rename: Makefile, wrong calls, etc...

This commit is contained in:
2024-07-06 20:44:25 +02:00
parent 96be21231b
commit 470109768f
7 changed files with 19 additions and 19 deletions

View File

@@ -398,7 +398,7 @@ TEST += movedo-test perft-test tt-test
PIECE_OBJS := piece.o
FEN_OBJS := $(PIECE_OBJS) fen.o position.o bitboard.o board.o \
hyperbola-quintessence.o attack.o hash.o init.o misc.o move.o
hq.o attack.o hash.o init.o misc.o move.o
BB_OBJS := $(FEN_OBJS)
MOVEGEN_OBJS := $(BB_OBJS) move-gen.o
ATTACK_OBJS := $(MOVEGEN_OBJS)