diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:24:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:24:07 +0200 |
commit | 3262ff366068de19a3458a179d2ba44ee4a4531a (patch) | |
tree | 07832e2b1fbbd0de3224733e682e0cc9016b6762 /config.mk | |
parent | Fix and test CSI u (diff) | |
download | libterminput-1.0.2.tar.gz libterminput-1.0.2.tar.bz2 libterminput-1.0.2.tar.xz |
Improve make file, fix tests, fix warnings, and add macro and pause key to interative test1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -O2 +CFLAGS = -std=c99 -Wall -O2 LDFLAGS = -s |