diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 13:23:58 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | c81898d6a760e2057f0933c9da6160702a4d0f61 (patch) | |
| tree | f08bc685da10ec7f9201f983e1b5528f388f7f88 /Makefile | |
| parent | c1b4600ee67c651a79f682600fa7f2676ffa916e (diff) | |
In-lined as much as a i dare
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ IDIR=include -TDIR=3rd-party DEFINES=-DDETERMINISTIC -CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -I$(TDIR) +CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
