diff options
| author | tslil <tslil@posteo.de> | 2021-01-10 19:18:41 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a627eb4b4ce13834b85dfd1ced666cc912516d52 (patch) | |
| tree | eb8dfe32c2876258d16d4f7589ef731c36802519 /Makefile | |
| parent | 81948394f575f682700edee57626f784f6397dcc (diff) | |
Starting on importing network!
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=-O2 -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) |
