aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-23 18:20:05 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit18496a371a2204e8c1b448921a87108f4aa7ada3 (patch)
treea2a0882c46882f40cd00906e59f52a0a0118a794 /Makefile
parent2439dc2ab6a6c2a840c2d2c1deb3949b7b88f415 (diff)
Attempting Zobrist hashing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aad419..82b04c1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DEFINES=-DDETERMINISTIC
CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR)
LIBS=
-SRCS=include/tak.c include/negamax_cnn1986.c include/weights.c include/lcdlib.c include/cnn1986_treap_cache.c
+SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/cnn1986_treap_cache.c
OBJS=$(SRCS:.c=.o)
BUILDROOT_DIR=buildroot-2020.11.1