diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 00:18:30 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (patch) | |
| tree | c8544bd60ac18e0c6c2111385a7ddd1ebf64b1cd /Makefile | |
| parent | bea769b801893a6841902b91e06f495ef9622dc1 (diff) | |
Trying various things to teach ti
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=-O2 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
