diff options
| author | tslil <tslil@posteo.de> | 2021-01-12 01:15:49 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 67dd4ba3a9adc6a9db8eb543480e9e82310eeccb (patch) | |
| tree | f1841c69d669ea35f65e999d3e070ece5642d42c /Makefile | |
| parent | 8647a53cb6ece8184fa989961efba974e553ecfc (diff) | |
Train on data that is close to the end of the game only
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=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm +CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
