diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-23 15:37:33 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 2439dc2ab6a6c2a840c2d2c1deb3949b7b88f415 (patch) | |
| tree | 3c60d1bcec14531e1734f426013ef38d1d2f4df5 /Makefile | |
| parent | 3f919c40804f024737bcf4da85027a980db6eb23 (diff) | |
Not correct usage, need to try hashing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ DEFINES=-DDETERMINISTIC CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= -SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) +SRCS=include/tak.c include/negamax_cnn1986.c include/weights.c include/lcdlib.c include/cnn1986_treap_cache.c OBJS=$(SRCS:.c=.o) BUILDROOT_DIR=buildroot-2020.11.1 @@ -22,7 +22,7 @@ endif ctaklm: src/ctaklm.o $(OBJS) $(CC) $(CFLAGS) src/ctaklm.o $(OBJS) -o ctaklm - $(STRIP) ctaklm +# $(STRIP) ctaklm $(SIZE) ctaklm pptdb: src/pptdb.o $(OBJS) |
