aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:02:45 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:02:45 +0100
commitbace259b6f8d16739d96a464435f7aab7951a23f (patch)
treecfa5ffb42028faa51259e1508b3156dc9ecd0943 /config.mk
parentAdd readme, let use know the demo makes an assumption about the encoding, and remove old testing code (diff)
downloadlibparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.gz
libparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.bz2
libparsepcf-bace259b6f8d16739d96a464435f7aab7951a23f.tar.xz
Improve 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 9b16e1d..ab163d4 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 =