diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-01 12:37:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-01 12:37:03 +0100 |
commit | e6e6d879ee6444b39c144118ad1d0ec2804dd41b (patch) | |
tree | b6c23893cbb526746071f8c21fe0adb478729a0e /config.mk | |
parent | Change [warn] to [warning] (diff) | |
download | makel-e6e6d879ee6444b39c144118ad1d0ec2804dd41b.tar.gz makel-e6e6d879ee6444b39c144118ad1d0ec2804dd41b.tar.bz2 makel-e6e6d879ee6444b39c144118ad1d0ec2804dd41b.tar.xz |
Validate UTF-8 encoding and check for long lines
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -std=c99 -Wall -g -LDFLAGS = -lsimple +LDFLAGS = -lsimple -lgrapheme |