diff options
| author | tslil <tslil@posteo.de> | 2021-01-15 23:45:16 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 5a72da9ae99689a8a3571b23b7a639a4efc58abc (patch) | |
| tree | 24fb3f4858184f49f337e57662db5c6f42f8700e /Makefile | |
| parent | f5df4d3710c94822a6602a3e4936287ea5d61bab (diff) | |
Dragon is not separate, fixed concession, allowing playing as b/w
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) |
