diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 19:06:49 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cf921b2e647136dc34568e0fff78b67c14c8e2fa (patch) | |
| tree | 63f2a46fbb131d2390cddb13a5f69e8c03a91cb7 /Makefile | |
| parent | 815cde44e5060ad093347bb47fc66d41c9d3a3ed (diff) | |
Working on action lists to refactor
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=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) +CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm LIBS= -SRCS=include/tak.c include/xorshift64.c include/negamax.c include/weights.c include/cnn1986.c include/lcdlib.c include/tt_treap.c +SRCS=$(wildcard include/*.c) OBJS=$(SRCS:.c=.o) BUILDROOT_DIR=buildroot-2020.11.1 |
