summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 22:50:54 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 22:50:54 +0100
commit8b0df151f0039b238f434ede99b8b7d79619d86c (patch)
treeffd844d914643f5f1fd005153ee1d50d69474137 /config.mk
parentAdd cmpa, bloc, bdat, sbix, and EBSC + minor fix + add language and encoding IDs (diff)
downloadlibparsesfnt-8b0df151f0039b238f434ede99b8b7d79619d86c.tar.gz
libparsesfnt-8b0df151f0039b238f434ede99b8b7d79619d86c.tar.bz2
libparsesfnt-8b0df151f0039b238f434ede99b8b7d79619d86c.tar.xz
Improve makefileHEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.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 af85cea..2fa94a8 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
+CFLAGS = -Wall
LDFLAGS =