summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c7f513..02aefdc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ include $(CONFIGFILE)
OBJ =\
mklint.o\
+ text.o\
ui.o
HDR =\