diff options
| author | tslil <tslil@posteo.de> | 2021-01-03 17:39:10 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 9e1bec11e01d56578a9d174e1ff5d689c8437a8a (patch) | |
| tree | e44fb15fddab462d1cd224f2f73e758c5d6fc348 /Makefile | |
| parent | 01def5d990fafd2aa610c8452595a7717b25400b (diff) | |
| parent | 93bb0f481e9709e3aa737c889ce9df0ad9de1585 (diff) | |
Merge branch 'master' of git.sr.ht:~tslil/ctak
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=-g -Wall -I$(IDIR) -I$(TPDIR) +CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
