summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-05 23:42:11 +0100
committerMattias Andrée <maandree@kth.se>2022-01-05 23:42:11 +0100
commit4ec29d6f16c39d289b05a8ee902a7bf3c96a6733 (patch)
treee303b51ebcf8b8dee4692483aa15b50b8b7561fa
parentAdd todos for comments (diff)
downloadmakel-4ec29d6f16c39d289b05a8ee902a7bf3c96a6733.tar.gz
makel-4ec29d6f16c39d289b05a8ee902a7bf3c96a6733.tar.bz2
makel-4ec29d6f16c39d289b05a8ee902a7bf3c96a6733.tar.xz
Use c99 instead of nonportable cc -std=c99
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 7c7782d..15de9dd 100644
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,8 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
-CC = cc
+CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall -g
+CFLAGS = -Wall -g
LDFLAGS = -lgrapheme