diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 21:57:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 21:57:42 -0500 |
commit | fdc0c5cdf65a9d48fd624320dbaf2d95c3675252 (patch) | |
tree | 520793cf9bee146a4c76a0ad96bf5989d6885741 /bin/hilex/Makefile | |
parent | Remove hacky tagging from hilex (diff) | |
download | src-fdc0c5cdf65a9d48fd624320dbaf2d95c3675252.tar.gz src-fdc0c5cdf65a9d48fd624320dbaf2d95c3675252.zip |
Consolidate hilex formatters into hilex.c
Diffstat (limited to '')
-rw-r--r-- | bin/hilex/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/hilex/Makefile b/bin/hilex/Makefile index c71738d6..e7972425 100644 --- a/bin/hilex/Makefile +++ b/bin/hilex/Makefile @@ -1,10 +1,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic -OBJS += ansi.o OBJS += c.o OBJS += hilex.o -OBJS += html.o -OBJS += irc.o OBJS += make.o OBJS += mdoc.o OBJS += text.o |