summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-01 12:37:03 +0100
committerMattias Andrée <maandree@kth.se>2022-01-01 12:37:03 +0100
commite6e6d879ee6444b39c144118ad1d0ec2804dd41b (patch)
treeb6c23893cbb526746071f8c21fe0adb478729a0e /config.mk
parentChange [warn] to [warning] (diff)
downloadmakel-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 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d354a28..bf92326 100644
--- a/config.mk
+++ b/config.mk
@@ -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