diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:34:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:34:29 +0100 |
commit | 313f261584bdbdf769d26bfb4d709ac2ff9bb2ba (patch) | |
tree | 8e185f479f427c03c2c119bed307937a131b15b8 /config.mk | |
parent | Improve make file, fix tests, fix warnings, and add macro and pause key to interative test (diff) | |
download | libterminput-38e2b70573d1f4bd9ba899e3218dff0573463269.tar.gz libterminput-38e2b70573d1f4bd9ba899e3218dff0573463269.tar.bz2 libterminput-38e2b70573d1f4bd9ba899e3218dff0573463269.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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |