diff options
| author | tslil <tslil@posteo.de> | 2021-01-14 00:33:42 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 718b116c05ef36215f6c6db79a4013f26a96b985 (patch) | |
| tree | f4a92a705a1edde7088c07a18393dec4343bf4b5 /Makefile | |
| parent | c78258adc03936fff70707ebf1942710a7b59416 (diff) | |
Trying alpha-beta pruning. There's a bug somewhere ...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include TPDIR=3rd-party -CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) +CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
