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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ include $(CONFIGFILE) OBJ =\ mklint.o\ + text.o\ ui.o HDR =\ |