From 7c70322c7c8e88af93375b89146b0cd6cb8cc7f0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 29 Dec 2020 22:39:16 -0500 Subject: Add make lexer This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. --- bin/hilex/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/hilex/Makefile') diff --git a/bin/hilex/Makefile b/bin/hilex/Makefile index 5f6c1d80..c71738d6 100644 --- a/bin/hilex/Makefile +++ b/bin/hilex/Makefile @@ -5,6 +5,7 @@ OBJS += c.o OBJS += hilex.o OBJS += html.o OBJS += irc.o +OBJS += make.o OBJS += mdoc.o OBJS += text.o -- cgit 1.4.1