aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 22:54:27 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 22:54:27 +0100
commit00c76ec9332555992f3ff181c985b526eece0637 (patch)
treea3710191c276eb525a0c4570810f180fceddbb41 /config.mk
parentm print-syntax.c (diff)
downloadlibparser-00c76ec9332555992f3ff181c985b526eece0637.tar.gz
libparser-00c76ec9332555992f3ff181c985b526eece0637.tar.bz2
libparser-00c76ec9332555992f3ff181c985b526eece0637.tar.xz
Update makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index accd17b..52600f2 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 -I"$$(pwd)"
-CFLAGS = -std=c99 -Wall -O2
+CFLAGS = -Wall -O2
LDFLAGS = -s