aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
commit5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch)
tree1d743d74ccb5a9f32d14321befc29292b06dc8ae /config.mk
parentFix makefile (diff)
downloadlibcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 20b6a2e..492a393 100644
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,8 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
-CC = cc
+CC = cc -std=c11
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE
-CFLAGS = -std=c11 -Wall -pedantic -O2
+CFLAGS = -Wall -pedantic -O2
LDFLAGS = -lm -s