diff options
| author | tslil <tslil@posteo.de> | 2021-01-14 13:00:18 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 2a7b485265997d62625dc0ee5d8e91ede1c5f99f (patch) | |
| tree | e15e8e46743e8ce8bbaa0271834abbca82a784f1 /Makefile | |
| parent | b75526290b97e26d3fc3bbefef79f50a7febfe7d (diff) | |
So after a small tweak, it actually plays well!
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=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) +CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
