From 8cb2140bbeb2baa4db3de40e2b9b3c34914e4bcf Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 28 Dec 2020 22:44:25 -0500 Subject: Add mdoc lexer --- 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 4a930757..3fd11069 100644 --- a/bin/hilex/Makefile +++ b/bin/hilex/Makefile @@ -3,6 +3,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic OBJS += ansi.o OBJS += c.o OBJS += hilex.o +OBJS += mdoc.o OBJS += text.o hilex: ${OBJS} -- cgit 1.4.1