aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-03 17:39:10 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit9e1bec11e01d56578a9d174e1ff5d689c8437a8a (patch)
treee44fb15fddab462d1cd224f2f73e758c5d6fc348 /Makefile
parent01def5d990fafd2aa610c8452595a7717b25400b (diff)
parent93bb0f481e9709e3aa737c889ce9df0ad9de1585 (diff)
Merge branch 'master' of git.sr.ht:~tslil/ctak
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07e1cdc..fb8c548 100644
--- a/Makefile
+++ b/Makefile
@@ -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)