From 9775ce4b5d2afe9d8ef4ca6ba8e06571d55ddba6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 13 Jan 2021 16:04:52 -0500 Subject: Move text "lexer" to hilex.c --- bin/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 6220ec06..9cdf9848 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -88,7 +88,6 @@ OBJS.hilex += c11.o OBJS.hilex += hilex.o OBJS.hilex += make.o OBJS.hilex += mdoc.o -OBJS.hilex += text.o hilex: ${OBJS.hilex} ${CC} ${LDFLAGS} ${OBJS.$@} ${LDLIBS.$@} -o $@ -- cgit 1.4.1