diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 12:07:18 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 815cde44e5060ad093347bb47fc66d41c9d3a3ed (patch) | |
| tree | fdbd7a4d55ae6da4e4cdc841343d63bf7dcc826c /Makefile | |
| parent | 93f66971f66c14f18aba743b6d0f8b0f557351ca (diff) | |
Still trying
|
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) +CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= -SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/cnn1986_cache.c +SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/tt_treap.c OBJS=$(SRCS:.c=.o) BUILDROOT_DIR=buildroot-2020.11.1 |
