aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 21:34:29 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 21:34:29 +0100
commit313f261584bdbdf769d26bfb4d709ac2ff9bb2ba (patch)
tree8e185f479f427c03c2c119bed307937a131b15b8 /config.mk
parentImprove make file, fix tests, fix warnings, and add macro and pause key to interative test (diff)
downloadlibterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.gz
libterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.bz2
libterminput-313f261584bdbdf769d26bfb4d709ac2ff9bb2ba.tar.xz
Improve makefile1.0.2.1
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 aa81003..303eea6 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
-CFLAGS = -std=c99 -Wall -O2
+CFLAGS = -Wall -O2
LDFLAGS = -s