summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 16:04:52 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 16:04:52 -0500
commit29b578e6cdede6d9777b8dcf20d09b4aec10ba6c (patch)
treec602b18e2af839d5acc4af227ad424f0192cfcc8 /bin/Makefile
parentTry to return strings as single tokens (diff)
downloadsrc-29b578e6cdede6d9777b8dcf20d09b4aec10ba6c.tar.gz
src-29b578e6cdede6d9777b8dcf20d09b4aec10ba6c.zip
Move text "lexer" to hilex.c
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile1
1 files changed, 0 insertions, 1 deletions
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 $@