diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-23 18:20:05 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 18496a371a2204e8c1b448921a87108f4aa7ada3 (patch) | |
| tree | a2a0882c46882f40cd00906e59f52a0a0118a794 /Makefile | |
| parent | 2439dc2ab6a6c2a840c2d2c1deb3949b7b88f415 (diff) | |
Attempting Zobrist hashing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
